![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#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< CTxDestination > | txout_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 |
|
inline |
| int64_t interfaces::WalletTx::time |
| std::vector<bool> interfaces::WalletTx::txin_is_mine |
| std::vector<CTxDestination> interfaces::WalletTx::txout_address |
| std::vector<bool> interfaces::WalletTx::txout_address_is_mine |
| std::vector<bool> interfaces::WalletTx::txout_is_change |
| std::vector<bool> interfaces::WalletTx::txout_is_mine |
| std::map<std::string, std::string> interfaces::WalletTx::value_map |