6#ifndef VERIBLOCK_POP_CPP_C_EXTERN_H
7#define VERIBLOCK_POP_CPP_C_EXTERN_H
12#include "veriblock/pop/c/array.h"
13#include "veriblock/pop/c/entities/altblock.h"
14#include "veriblock/pop/c/type_helpers.h"
15#include "veriblock/pop/c/validation_state.h"
23POP_DECLARE_EXTERN_FUNCTION(get_altchain_id, int64_t);
27POP_DECLARE_EXTERN_FUNCTION(get_bootstrap_block, POP_ENTITY_NAME(alt_block) *);
30POP_DECLARE_EXTERN_FUNCTION(get_block_header_hash,
32 POP_ARRAY_NAME(u8) bytes);
36POP_DECLARE_EXTERN_FUNCTION(check_block_header,
38 POP_ARRAY_NAME(u8) header_bytes,
39 POP_ARRAY_NAME(u8) root_bytes);
44POP_DECLARE_EXTERN_FUNCTION(log,
46 POP_ARRAY_NAME(
string) log_lvl,
47 POP_ARRAY_NAME(
string) msg);