|
Monero
|
#include <wallet_rpc_server_commands_defs.h>

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 |
| uint64_t tools::wallet_rpc::single_transfer_response::amount |
| amounts_list tools::wallet_rpc::single_transfer_response::amounts_by_dest |
| uint64_t tools::wallet_rpc::single_transfer_response::fee |
| std::string tools::wallet_rpc::single_transfer_response::multisig_txset |
| key_image_list tools::wallet_rpc::single_transfer_response::spent_key_images |
| std::string tools::wallet_rpc::single_transfer_response::tx_blob |
| std::string tools::wallet_rpc::single_transfer_response::tx_hash |
| std::string tools::wallet_rpc::single_transfer_response::tx_key |
| std::string tools::wallet_rpc::single_transfer_response::tx_metadata |
| std::string tools::wallet_rpc::single_transfer_response::unsigned_txset |
| uint64_t tools::wallet_rpc::single_transfer_response::weight |