Electroneum
blocks.h
Go to the documentation of this file.
1 #ifndef SRC_BLOCKS_BLOCKS_H_
2 #define SRC_BLOCKS_BLOCKS_H_
3 
4 #include "cryptonote_config.h"
5 #include "span.h"
6 
7 namespace blocks
8 {
10 }
11 
12 #endif /* SRC_BLOCKS_BLOCKS_H_ */
Non-owning sequence of data. Does not deep copy.
Definition: span.h:56
const epee::span< const unsigned char > GetCheckpointsData(cryptonote::network_type network)
Definition: blocks.cpp:21