pub trait GetTx {
    fn get_tx(&mut self, txid: &u256) -> TransactionRef;
}

Required Methods§

| Get a transaction. |

Implementors§