pub trait GetWalletTxPtr { // Required method fn get_wallet_tx_ptr(&self, hash: &u256) -> *const WalletTx; }