Bitcoin
Public Attributes | List of all members
interfaces::WalletTx Struct Reference

#include <wallet.h>

Public Attributes

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

Member Data Documentation

◆ change

CAmount interfaces::WalletTx::change

◆ credit

CAmount interfaces::WalletTx::credit

◆ debit

CAmount interfaces::WalletTx::debit

◆ is_coinbase

bool interfaces::WalletTx::is_coinbase

◆ time

int64_t interfaces::WalletTx::time

◆ tx

CTransactionRef interfaces::WalletTx::tx

◆ txin_is_mine

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

◆ txout_address

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

◆ txout_address_is_mine

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

◆ txout_is_mine

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

◆ value_map

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

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