|
Electroneum
|
#include <wallet_light_rpc.h>

Public Attributes | |
| uint64_t | amount |
| std::list< output > | outputs |
| uint64_t | per_kb_fee |
| std::string | status |
| std::string | reason |
Definition at line 236 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::response_t::amount |
Definition at line 238 of file wallet_light_rpc.h.
| std::list<output> tools::COMMAND_RPC_GET_UNSPENT_OUTS::response_t::outputs |
Definition at line 239 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::response_t::per_kb_fee |
Definition at line 240 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::response_t::reason |
Definition at line 242 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::response_t::status |
Definition at line 241 of file wallet_light_rpc.h.