|
Electroneum
|
#include <wallet_light_rpc.h>

Public Attributes | |
| uint64_t | amount |
| std::string | public_key |
| uint64_t | index |
| uint64_t | global_index |
| std::string | rct |
| std::string | tx_hash |
| std::string | tx_pub_key |
| std::string | tx_prefix_hash |
| std::vector< std::string > | spend_key_images |
| uint64_t | timestamp |
| uint64_t | height |
Definition at line 207 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::amount |
Definition at line 208 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::global_index |
Definition at line 211 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::height |
Definition at line 218 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::index |
Definition at line 210 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::public_key |
Definition at line 209 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::rct |
Definition at line 212 of file wallet_light_rpc.h.
| std::vector<std::string> tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::spend_key_images |
Definition at line 216 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::timestamp |
Definition at line 217 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::tx_hash |
Definition at line 213 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::tx_prefix_hash |
Definition at line 215 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::tx_pub_key |
Definition at line 214 of file wallet_light_rpc.h.