Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
WalletTx Struct Reference

#include <wallet.h>

Public Member Functions

bool operator< (const WalletTx &a) const

Public Attributes

CTransactionRef tx
std::vector< bool > txin_is_mine
std::vector< bool > txout_is_mine
std::vector< bool > txout_is_change
std::vector< CTxDestinationtxout_address
std::vector< bool > txout_address_is_mine
CAmount credit
CAmount debit
CAmount change
int64_t time
std::map< std::string, std::string > value_map
bool is_coinbase

Detailed Description

Definition at line 381 of file wallet.h.

Member Function Documentation

◆ operator<()

bool interfaces::WalletTx::operator< ( const WalletTx & a) const
inline

Definition at line 396 of file wallet.h.

Member Data Documentation

◆ change

Definition at line 391 of file wallet.h.

◆ credit

Definition at line 389 of file wallet.h.

◆ debit

Definition at line 390 of file wallet.h.

◆ is_coinbase

Definition at line 394 of file wallet.h.

◆ time

Definition at line 392 of file wallet.h.

◆ tx

◆ txin_is_mine

Definition at line 384 of file wallet.h.

◆ txout_address

Definition at line 387 of file wallet.h.

◆ txout_address_is_mine

Definition at line 388 of file wallet.h.

◆ txout_is_change

Definition at line 386 of file wallet.h.

◆ txout_is_mine

Definition at line 385 of file wallet.h.

◆ value_map

std::map<std::string, std::string> interfaces::WalletTx::value_map

Definition at line 393 of file wallet.h.


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