|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| uint64_t | amount_in |
| uint64_t | amount_out |
| uint32_t | ring_size |
| uint64_t | unlock_time |
| std::list< recipient > | recipients |
| std::string | payment_id |
| uint64_t | change_amount |
| std::string | change_address |
| uint64_t | fee |
| uint32_t | dummy_outputs |
| std::string | extra |
Definition at line 586 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::amount_in |
Definition at line 588 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::amount_out |
Definition at line 589 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::change_address |
Definition at line 595 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::change_amount |
Definition at line 594 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::dummy_outputs |
Definition at line 597 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::extra |
Definition at line 598 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::fee |
Definition at line 596 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::payment_id |
Definition at line 593 of file wallet_rpc_server_commands_defs.h.
| std::list<recipient> tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::recipients |
Definition at line 592 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::ring_size |
Definition at line 590 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::unlock_time |
Definition at line 591 of file wallet_rpc_server_commands_defs.h.