Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
interfaces::WalletTx Struct Reference

#include <wallet.h>

Collaboration diagram for interfaces::WalletTx:
[legend]

Public Attributes

CTransactionRef tx
 
std::vector< isminetypetxin_is_mine
 
std::vector< isminetypetxout_is_mine
 
std::vector< CTxDestinationtxout_address
 
std::vector< isminetypetxout_address_is_mine
 
Amount credit
 
Amount debit
 
Amount change
 
int64_t time
 
std::map< std::string, std::string > value_map
 
bool is_coinbase
 

Detailed Description

Definition at line 368 of file wallet.h.

Member Data Documentation

◆ change

Amount interfaces::WalletTx::change

Definition at line 376 of file wallet.h.

◆ credit

Amount interfaces::WalletTx::credit

Definition at line 374 of file wallet.h.

◆ debit

Amount interfaces::WalletTx::debit

Definition at line 375 of file wallet.h.

◆ is_coinbase

bool interfaces::WalletTx::is_coinbase

Definition at line 379 of file wallet.h.

◆ time

int64_t interfaces::WalletTx::time

Definition at line 377 of file wallet.h.

◆ tx

CTransactionRef interfaces::WalletTx::tx

Definition at line 369 of file wallet.h.

◆ txin_is_mine

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

Definition at line 370 of file wallet.h.

◆ txout_address

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

Definition at line 372 of file wallet.h.

◆ txout_address_is_mine

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

Definition at line 373 of file wallet.h.

◆ txout_is_mine

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

Definition at line 371 of file wallet.h.

◆ value_map

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

Definition at line 378 of file wallet.h.


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