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

Required Methods§

source

fn get_tx(&mut self, txid: &u256) -> TransactionRef

| Get a transaction. |

Implementors§