Electroneum
cryptonote::COMMAND_RPC_GET_BASE_FEE_ESTIMATE::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_BASE_FEE_ESTIMATE::response_t:

Public Attributes

std::string status
 
uint64_t fee
 
uint64_t quantization_mask
 
bool untrusted
 

Detailed Description

Definition at line 2101 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ fee

uint64_t cryptonote::COMMAND_RPC_GET_BASE_FEE_ESTIMATE::response_t::fee

Definition at line 2103 of file core_rpc_server_commands_defs.h.

◆ quantization_mask

uint64_t cryptonote::COMMAND_RPC_GET_BASE_FEE_ESTIMATE::response_t::quantization_mask

Definition at line 2104 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_BASE_FEE_ESTIMATE::response_t::status

Definition at line 2102 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_BASE_FEE_ESTIMATE::response_t::untrusted

Definition at line 2105 of file core_rpc_server_commands_defs.h.


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