BSHA3  0.17.99
P2P Blockchain, based on 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
 

Detailed Description

Definition at line 330 of file wallet.h.

Member Data Documentation

◆ change

CAmount interfaces::WalletTx::change

Definition at line 339 of file wallet.h.

◆ credit

CAmount interfaces::WalletTx::credit

Definition at line 337 of file wallet.h.

◆ debit

CAmount interfaces::WalletTx::debit

Definition at line 338 of file wallet.h.

◆ is_coinbase

bool interfaces::WalletTx::is_coinbase

Definition at line 342 of file wallet.h.

◆ time

int64_t interfaces::WalletTx::time

Definition at line 340 of file wallet.h.

◆ tx

CTransactionRef interfaces::WalletTx::tx

Definition at line 332 of file wallet.h.

◆ txin_is_mine

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

Definition at line 333 of file wallet.h.

◆ txout_address

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

Definition at line 335 of file wallet.h.

◆ txout_address_is_mine

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

Definition at line 336 of file wallet.h.

◆ txout_is_mine

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

Definition at line 334 of file wallet.h.

◆ value_map

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

Definition at line 341 of file wallet.h.


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