Monero
Public Attributes | List of all members
tools::wallet_rpc::COMMAND_RPC_TRANSFER::response Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_TRANSFER::response:
Collaboration graph
[legend]

Public Attributes

std::string tx_hash
 
std::string tx_key
 
uint64_t amount
 
uint64_t fee
 
std::string tx_blob
 
std::string tx_metadata
 
std::string multisig_txset
 
std::string unsigned_txset
 

Member Data Documentation

◆ amount

uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::response::amount

◆ fee

uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::response::fee

◆ multisig_txset

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER::response::multisig_txset

◆ tx_blob

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER::response::tx_blob

◆ tx_hash

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER::response::tx_hash

◆ tx_key

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER::response::tx_key

◆ tx_metadata

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER::response::tx_metadata

◆ unsigned_txset

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER::response::unsigned_txset

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