6#ifndef VERIBLOCK_POP_CPP_C_STORAGE_H
7#define VERIBLOCK_POP_CPP_C_STORAGE_H
9#include "veriblock/pop/c/array.h"
10#include "veriblock/pop/c/type_helpers.h"
11#include "veriblock/pop/c/validation_state.h"
17POP_DECLARE_ENTITY(storage);
19POP_ENTITY_NEW_FUNCTION(storage,
20 POP_ARRAY_NAME(
string) path,
21 POP_ENTITY_NAME(validation_state) * state);