|
Electroneum
|
#include <wallet_light_rpc.h>

Public Attributes | |
| uint64_t | id |
| std::string | hash |
| uint64_t | timestamp |
| uint64_t | total_received |
| uint64_t | total_sent |
| uint64_t | unlock_time |
| uint64_t | height |
| std::list< spent_output > | spent_outputs |
| std::string | payment_id |
| bool | coinbase |
| bool | mempool |
| uint32_t | mixin |
Definition at line 69 of file wallet_light_rpc.h.
| bool tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::coinbase |
Definition at line 80 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::hash |
Definition at line 72 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::height |
Definition at line 77 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::id |
Definition at line 71 of file wallet_light_rpc.h.
| bool tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::mempool |
Definition at line 81 of file wallet_light_rpc.h.
| uint32_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::mixin |
Definition at line 82 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::payment_id |
Definition at line 79 of file wallet_light_rpc.h.
| std::list<spent_output> tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::spent_outputs |
Definition at line 78 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::timestamp |
Definition at line 73 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::total_received |
Definition at line 74 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::total_sent |
Definition at line 75 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::unlock_time |
Definition at line 76 of file wallet_light_rpc.h.