Monero
Functions | Variables
blocks Namespace Reference

Functions

const epee::span< const unsigned char > GetCheckpointsData (cryptonote::network_type network)
 

Variables

const std::unordered_map< cryptonote::network_type, const epee::span< const unsigned char >, std::hash< size_t > > CheckpointsByNetwork
 

Function Documentation

◆ GetCheckpointsData()

const epee::span< const unsigned char > blocks::GetCheckpointsData ( cryptonote::network_type  network)

Variable Documentation

◆ CheckpointsByNetwork

const std::unordered_map<cryptonote::network_type, const epee::span<const unsigned char>, std::hash<size_t> > blocks::CheckpointsByNetwork
cryptonote::MAINNET
@ MAINNET
Definition: cryptonote_config.h:269
testnet_blocks
const unsigned char testnet_blocks[]
checkpoints
const unsigned char checkpoints[]
testnet_blocks_len
const size_t testnet_blocks_len
stagenet_blocks
const unsigned char stagenet_blocks[]
stagenet_blocks_len
const size_t stagenet_blocks_len
checkpoints_len
const size_t checkpoints_len
cryptonote::TESTNET
@ TESTNET
Definition: cryptonote_config.h:270
cryptonote::STAGENET
@ STAGENET
Definition: cryptonote_config.h:271