pub trait GetWalletTx {
    // Required method
    fn get_wallet_tx(&self, txid: &u256) -> WalletTx;
}

Required Methods§

source

fn get_wallet_tx(&self, txid: &u256) -> WalletTx

| Get transaction information. |

Implementors§