Electroneum
tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description:

Public Attributes

uint64_t amount_in
 
uint64_t amount_out
 
uint32_t ring_size
 
uint64_t unlock_time
 
std::list< recipientrecipients
 
std::string payment_id
 
uint64_t change_amount
 
std::string change_address
 
uint64_t fee
 
uint32_t dummy_outputs
 
std::string extra
 

Detailed Description

Definition at line 586 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ amount_in

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.

◆ amount_out

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.

◆ change_address

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.

◆ change_amount

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.

◆ dummy_outputs

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.

◆ extra

std::string tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::extra

Definition at line 598 of file wallet_rpc_server_commands_defs.h.

◆ fee

uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::fee

Definition at line 596 of file wallet_rpc_server_commands_defs.h.

◆ payment_id

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.

◆ recipients

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.

◆ ring_size

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.

◆ unlock_time

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.


The documentation for this struct was generated from the following file: