Electroneum
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
Initial value:
= {
}
const unsigned char testnet_blocks[]
const size_t checkpoints_len
const size_t testnet_blocks_len
const size_t stagenet_blocks_len
const unsigned char stagenet_blocks[]
const unsigned char checkpoints[]
@ TESTNET
Definition: cryptonote_config.h:245
@ MAINNET
Definition: cryptonote_config.h:244
@ STAGENET
Definition: cryptonote_config.h:246