|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| std::list< transfer_destination > | destinations |
| uint32_t | account_index |
| std::set< uint32_t > | subaddr_indices |
| uint32_t | priority |
| uint64_t | ring_size |
| uint64_t | unlock_time |
| std::string | payment_id |
| bool | get_tx_keys |
| bool | do_not_relay |
| bool | get_tx_hex |
| bool | get_tx_metadata |
Definition at line 509 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::account_index |
Definition at line 512 of file wallet_rpc_server_commands_defs.h.
| std::list<transfer_destination> tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::destinations |
Definition at line 511 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::do_not_relay |
Definition at line 519 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::get_tx_hex |
Definition at line 520 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::get_tx_keys |
Definition at line 518 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::get_tx_metadata |
Definition at line 521 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::payment_id |
Definition at line 517 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::priority |
Definition at line 514 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::ring_size |
Definition at line 515 of file wallet_rpc_server_commands_defs.h.
| std::set<uint32_t> tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::subaddr_indices |
Definition at line 513 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::unlock_time |
Definition at line 516 of file wallet_rpc_server_commands_defs.h.