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

Required Methods§

| Get transaction information. |

Implementors§