Bitcoin
Classes | Functions
interfaces::anonymous_namespace{wallet.cpp} Namespace Reference

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...
 

Function Documentation

◆ MakeWalletTx()

WalletTx interfaces::anonymous_namespace{wallet.cpp}::MakeWalletTx ( interfaces::Chain::Lock locked_chain,
CWallet wallet,
const CWalletTx wtx 
)

Construct wallet tx struct.

◆ MakeWalletTxOut()

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.

◆ MakeWalletTxStatus()

WalletTxStatus interfaces::anonymous_namespace{wallet.cpp}::MakeWalletTxStatus ( interfaces::Chain::Lock locked_chain,
const CWalletTx wtx 
)

Construct wallet tx status struct.