|
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_key |
| bool | do_not_relay |
| bool | get_tx_hex |
| bool | get_tx_metadata |
Definition at line 452 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::account_index |
Definition at line 455 of file wallet_rpc_server_commands_defs.h.
| std::list<transfer_destination> tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::destinations |
Definition at line 454 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::do_not_relay |
Definition at line 462 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::get_tx_hex |
Definition at line 463 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::get_tx_key |
Definition at line 461 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::get_tx_metadata |
Definition at line 464 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::payment_id |
Definition at line 460 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::priority |
Definition at line 457 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::ring_size |
Definition at line 458 of file wallet_rpc_server_commands_defs.h.
| std::set<uint32_t> tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::subaddr_indices |
Definition at line 456 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::unlock_time |
Definition at line 459 of file wallet_rpc_server_commands_defs.h.