Bitcoin
|
Classes | |
class | PendingWalletTxImpl |
class | WalletClientImpl |
class | WalletImpl |
Functions | |
WalletTx | MakeWalletTx (interfaces::Chain::Lock &locked_chain, CWallet &wallet, const CWalletTx &wtx) |
Construct wallet tx struct. More... | |
WalletTxStatus | MakeWalletTxStatus (interfaces::Chain::Lock &locked_chain, const CWalletTx &wtx) |
Construct wallet tx status struct. More... | |
WalletTxOut | MakeWalletTxOut (interfaces::Chain::Lock &locked_chain, CWallet &wallet, const CWalletTx &wtx, int n, int depth) EXCLUSIVE_LOCKS_REQUIRED(wallet.cs_wallet) |
Construct wallet TxOut struct. More... | |
WalletTx interfaces::anonymous_namespace{wallet.cpp}::MakeWalletTx | ( | interfaces::Chain::Lock & | locked_chain, |
CWallet & | wallet, | ||
const CWalletTx & | wtx | ||
) |
Construct wallet tx struct.
WalletTxOut interfaces::anonymous_namespace{wallet.cpp}::MakeWalletTxOut | ( | interfaces::Chain::Lock & | locked_chain, |
CWallet & | wallet, | ||
const CWalletTx & | wtx, | ||
int | n, | ||
int | depth | ||
) |
Construct wallet TxOut struct.
WalletTxStatus interfaces::anonymous_namespace{wallet.cpp}::MakeWalletTxStatus | ( | interfaces::Chain::Lock & | locked_chain, |
const CWalletTx & | wtx | ||
) |
Construct wallet tx status struct.