pub trait MarkInputsDirty {
    // Required method
    fn mark_inputs_dirty(&mut self, tx: &TransactionRef);
}

Required Methods§

Implementors§