Electroneum
blocks.cpp File Reference
#include "blocks.h"
#include <unordered_map>
Include dependency graph for blocks.cpp:

Go to the source code of this file.

Namespaces

 blocks
 

Functions

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

Variables

const unsigned char checkpoints []
 
const size_t checkpoints_len
 
const unsigned char stagenet_blocks []
 
const size_t stagenet_blocks_len
 
const unsigned char testnet_blocks []
 
const size_t testnet_blocks_len
 
const std::unordered_map< cryptonote::network_type, const epee::span< const unsigned char >, std::hash< size_t > > blocks::CheckpointsByNetwork
 

Variable Documentation

◆ checkpoints

const unsigned char checkpoints[]

◆ checkpoints_len

const size_t checkpoints_len

◆ stagenet_blocks

const unsigned char stagenet_blocks[]

◆ stagenet_blocks_len

const size_t stagenet_blocks_len

◆ testnet_blocks

const unsigned char testnet_blocks[]

◆ testnet_blocks_len

const size_t testnet_blocks_len