Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet::WalletTXO Class Reference

#include <transaction.h>

Collaboration diagram for wallet::WalletTXO:
[legend]

Public Member Functions

 WalletTXO (const CWalletTx &wtx, const CTxOut &output)
const CWalletTxGetWalletTx () const
const CTxOutGetTxOut () const

Private Attributes

const CWalletTxm_wtx
const CTxOutm_output

Detailed Description

Definition at line 389 of file transaction.h.

Constructor & Destructor Documentation

◆ WalletTXO()

wallet::WalletTXO::WalletTXO ( const CWalletTx & wtx,
const CTxOut & output )
inline

Definition at line 396 of file transaction.h.

Member Function Documentation

◆ GetTxOut()

const CTxOut & wallet::WalletTXO::GetTxOut ( ) const
inline

Definition at line 405 of file transaction.h.

◆ GetWalletTx()

const CWalletTx & wallet::WalletTXO::GetWalletTx ( ) const
inline

Definition at line 403 of file transaction.h.

Member Data Documentation

◆ m_output

const CTxOut& wallet::WalletTXO::m_output
private

Definition at line 393 of file transaction.h.

◆ m_wtx

const CWalletTx& wallet::WalletTXO::m_wtx
private

Definition at line 392 of file transaction.h.


The documentation for this class was generated from the following file: