Monero
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_UNSPENT_OUTS::response Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_UNSPENT_OUTS::response:
Collaboration graph
[legend]

Public Attributes

uint64_t amount
 
std::list< outputoutputs
 
uint64_t per_kb_fee
 
std::string status
 
std::string reason
 

Member Data Documentation

◆ amount

uint64_t cryptonote::COMMAND_RPC_GET_UNSPENT_OUTS::response::amount

◆ outputs

std::list<output> cryptonote::COMMAND_RPC_GET_UNSPENT_OUTS::response::outputs

◆ per_kb_fee

uint64_t cryptonote::COMMAND_RPC_GET_UNSPENT_OUTS::response::per_kb_fee

◆ reason

std::string cryptonote::COMMAND_RPC_GET_UNSPENT_OUTS::response::reason

◆ status

std::string cryptonote::COMMAND_RPC_GET_UNSPENT_OUTS::response::status

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