Trait bitcoinwallet_interface::GetTx
source · pub trait GetTx {
// Required method
fn get_tx(&mut self, txid: &u256) -> TransactionRef;
}
Required Methods§
sourcefn get_tx(&mut self, txid: &u256) -> TransactionRef
fn get_tx(&mut self, txid: &u256) -> TransactionRef
| Get a transaction. |