|
Electroneum
|
#include <wallet_light_rpc.h>

Public Attributes | |
| std::string | payment_id |
| uint64_t | import_fee |
| bool | new_request |
| bool | request_fulfilled |
| std::string | payment_address |
| std::string | status |
Definition at line 299 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_IMPORT_WALLET_REQUEST::response_t::import_fee |
Definition at line 302 of file wallet_light_rpc.h.
| bool tools::COMMAND_RPC_IMPORT_WALLET_REQUEST::response_t::new_request |
Definition at line 303 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_IMPORT_WALLET_REQUEST::response_t::payment_address |
Definition at line 305 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_IMPORT_WALLET_REQUEST::response_t::payment_id |
Definition at line 301 of file wallet_light_rpc.h.
| bool tools::COMMAND_RPC_IMPORT_WALLET_REQUEST::response_t::request_fulfilled |
Definition at line 304 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_IMPORT_WALLET_REQUEST::response_t::status |
Definition at line 306 of file wallet_light_rpc.h.