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 {
9  const epee::span<const unsigned char> GetCheckpointsData(cryptonote::network_type network);
10 }
11 
12 #endif /* SRC_BLOCKS_BLOCKS_H_ */
Definition: blocks.cpp:13
const epee::span< const unsigned char > GetCheckpointsData(cryptonote::network_type network)
Definition: blocks.cpp:21
network_type
Definition: cryptonote_config.h:243