|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| std::list< std::string > | tx_hash_list |
| std::list< std::string > | tx_key_list |
| std::list< uint64_t > | amount_list |
| std::list< uint64_t > | fee_list |
| std::list< std::string > | tx_blob_list |
| std::list< std::string > | tx_metadata_list |
| std::string | multisig_txset |
| std::string | unsigned_txset |
Definition at line 793 of file wallet_rpc_server_commands_defs.h.
| std::list<uint64_t> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::amount_list |
Definition at line 797 of file wallet_rpc_server_commands_defs.h.
| std::list<uint64_t> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::fee_list |
Definition at line 798 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::multisig_txset |
Definition at line 801 of file wallet_rpc_server_commands_defs.h.
| std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::tx_blob_list |
Definition at line 799 of file wallet_rpc_server_commands_defs.h.
| std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::tx_hash_list |
Definition at line 795 of file wallet_rpc_server_commands_defs.h.
| std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::tx_key_list |
Definition at line 796 of file wallet_rpc_server_commands_defs.h.
| std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::tx_metadata_list |
Definition at line 800 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::unsigned_txset |
Definition at line 802 of file wallet_rpc_server_commands_defs.h.