Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
interfaces::WalletTx Struct Reference

#include <wallet.h>

Public Member Functions

bool operator< (const WalletTx &a) const
 

Public Attributes

CTransactionRef tx
 
std::vector< wallet::isminetypetxin_is_mine
 
std::vector< wallet::isminetypetxout_is_mine
 
std::vector< bool > txout_is_change
 
std::vector< CTxDestinationtxout_address
 
std::vector< wallet::isminetypetxout_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 391 of file wallet.h.

Member Function Documentation

◆ operator<()

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

Definition at line 406 of file wallet.h.

Member Data Documentation

◆ change

CAmount interfaces::WalletTx::change

Definition at line 401 of file wallet.h.

◆ credit

CAmount interfaces::WalletTx::credit

Definition at line 399 of file wallet.h.

◆ debit

CAmount interfaces::WalletTx::debit

Definition at line 400 of file wallet.h.

◆ is_coinbase

bool interfaces::WalletTx::is_coinbase

Definition at line 404 of file wallet.h.

◆ time

int64_t interfaces::WalletTx::time

Definition at line 402 of file wallet.h.

◆ tx

CTransactionRef interfaces::WalletTx::tx

Definition at line 393 of file wallet.h.

◆ txin_is_mine

std::vector<wallet::isminetype> interfaces::WalletTx::txin_is_mine

Definition at line 394 of file wallet.h.

◆ txout_address

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

Definition at line 397 of file wallet.h.

◆ txout_address_is_mine

std::vector<wallet::isminetype> interfaces::WalletTx::txout_address_is_mine

Definition at line 398 of file wallet.h.

◆ txout_is_change

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

Definition at line 396 of file wallet.h.

◆ txout_is_mine

std::vector<wallet::isminetype> interfaces::WalletTx::txout_is_mine

Definition at line 395 of file wallet.h.

◆ value_map

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

Definition at line 403 of file wallet.h.


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