Trait bitcoinwallet_interface::GetWalletTx
source · pub trait GetWalletTx {
// Required method
fn get_wallet_tx(&self, txid: &u256) -> WalletTx;
}
Required Methods§
sourcefn get_wallet_tx(&self, txid: &u256) -> WalletTx
fn get_wallet_tx(&self, txid: &u256) -> WalletTx
| Get transaction information. |