Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
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 386 of file transaction.h.

Constructor & Destructor Documentation

◆ WalletTXO()

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

Definition at line 393 of file transaction.h.

Member Function Documentation

◆ GetTxOut()

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

Definition at line 402 of file transaction.h.

◆ GetWalletTx()

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

Definition at line 400 of file transaction.h.

Member Data Documentation

◆ m_output

const CTxOut& wallet::WalletTXO::m_output
private

Definition at line 390 of file transaction.h.

◆ m_wtx

const CWalletTx& wallet::WalletTXO::m_wtx
private

Definition at line 389 of file transaction.h.


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