Monero
Classes | Functions
anonymous_namespace{core_rpc_server.cpp} Namespace Reference

Classes

class  RPCTracker
 

Functions

void add_reason (std::string &reasons, const char *reason)
 
uint64_t round_up (uint64_t value, uint64_t quantum)
 
void store_128 (boost::multiprecision::uint128_t value, uint64_t &slow64, std::string &swide, uint64_t &stop64)
 
void store_difficulty (cryptonote::difficulty_type difficulty, uint64_t &sdiff, std::string &swdiff, uint64_t &stop64)
 

Function Documentation

◆ add_reason()

void anonymous_namespace{core_rpc_server.cpp}::add_reason ( std::string &  reasons,
const char *  reason 
)

◆ round_up()

uint64_t anonymous_namespace{core_rpc_server.cpp}::round_up ( uint64_t  value,
uint64_t  quantum 
)

◆ store_128()

void anonymous_namespace{core_rpc_server.cpp}::store_128 ( boost::multiprecision::uint128_t  value,
uint64_t &  slow64,
std::string &  swide,
uint64_t &  stop64 
)

◆ store_difficulty()

void anonymous_namespace{core_rpc_server.cpp}::store_difficulty ( cryptonote::difficulty_type  difficulty,
uint64_t &  sdiff,
std::string &  swdiff,
uint64_t &  stop64 
)