Monero
Loading...
Searching...
No Matches
tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description Struct Reference

#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< recipientrecipients
std::string payment_id
uint64_t change_amount
std::string change_address
uint64_t fee
uint32_t dummy_outputs
std::string extra

Member Data Documentation

◆ amount_in

uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::amount_in

◆ amount_out

uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::amount_out

◆ change_address

std::string tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::change_address

◆ change_amount

uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::change_amount

◆ dummy_outputs

uint32_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::dummy_outputs

◆ extra

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

◆ fee

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

◆ payment_id

std::string tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::payment_id

◆ recipients

std::list<recipient> tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::recipients

◆ ring_size

uint32_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::ring_size

◆ unlock_time

uint64_t tools::wallet_rpc::COMMAND_RPC_DESCRIBE_TRANSFER::transfer_description::unlock_time

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