Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
interfaces::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

CAmount interfaces::WalletTx::change

Definition at line 391 of file wallet.h.

◆ credit

CAmount interfaces::WalletTx::credit

Definition at line 389 of file wallet.h.

◆ debit

CAmount interfaces::WalletTx::debit

Definition at line 390 of file wallet.h.

◆ is_coinbase

bool interfaces::WalletTx::is_coinbase

Definition at line 394 of file wallet.h.

◆ time

int64_t interfaces::WalletTx::time

Definition at line 392 of file wallet.h.

◆ tx

CTransactionRef interfaces::WalletTx::tx

Definition at line 383 of file wallet.h.

◆ txin_is_mine

std::vector<bool> interfaces::WalletTx::txin_is_mine

Definition at line 384 of file wallet.h.

◆ txout_address

std::vector<CTxDestination> interfaces::WalletTx::txout_address

Definition at line 387 of file wallet.h.

◆ txout_address_is_mine

std::vector<bool> interfaces::WalletTx::txout_address_is_mine

Definition at line 388 of file wallet.h.

◆ txout_is_change

std::vector<bool> interfaces::WalletTx::txout_is_change

Definition at line 386 of file wallet.h.

◆ txout_is_mine

std::vector<bool> interfaces::WalletTx::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: