Monero
Loading...
Searching...
No Matches
tools::wallet_rpc::single_transfer_response Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::single_transfer_response:

Public Attributes

std::string tx_hash
std::string tx_key
uint64_t amount
amounts_list amounts_by_dest
uint64_t fee
uint64_t weight
std::string tx_blob
std::string tx_metadata
std::string multisig_txset
std::string unsigned_txset
key_image_list spent_key_images

Member Data Documentation

◆ amount

uint64_t tools::wallet_rpc::single_transfer_response::amount

◆ amounts_by_dest

amounts_list tools::wallet_rpc::single_transfer_response::amounts_by_dest

◆ fee

uint64_t tools::wallet_rpc::single_transfer_response::fee

◆ multisig_txset

std::string tools::wallet_rpc::single_transfer_response::multisig_txset

◆ spent_key_images

key_image_list tools::wallet_rpc::single_transfer_response::spent_key_images

◆ tx_blob

std::string tools::wallet_rpc::single_transfer_response::tx_blob

◆ tx_hash

std::string tools::wallet_rpc::single_transfer_response::tx_hash

◆ tx_key

std::string tools::wallet_rpc::single_transfer_response::tx_key

◆ tx_metadata

std::string tools::wallet_rpc::single_transfer_response::tx_metadata

◆ unsigned_txset

std::string tools::wallet_rpc::single_transfer_response::unsigned_txset

◆ weight

uint64_t tools::wallet_rpc::single_transfer_response::weight

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