|
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 548 of file wallet_rpc_server_commands_defs.h.
| std::list<uint64_t> tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::amount_list |
Definition at line 552 of file wallet_rpc_server_commands_defs.h.
| std::list<uint64_t> tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::fee_list |
Definition at line 553 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::multisig_txset |
Definition at line 556 of file wallet_rpc_server_commands_defs.h.
| std::list<std::string> tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::tx_blob_list |
Definition at line 554 of file wallet_rpc_server_commands_defs.h.
| std::list<std::string> tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::tx_hash_list |
Definition at line 550 of file wallet_rpc_server_commands_defs.h.
| std::list<std::string> tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::tx_key_list |
Definition at line 551 of file wallet_rpc_server_commands_defs.h.
| std::list<std::string> tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::tx_metadata_list |
Definition at line 555 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::unsigned_txset |
Definition at line 557 of file wallet_rpc_server_commands_defs.h.