6#ifndef VERIBLOCK_POP_CPP_C_ENTITIES_BTCTX_H
7#define VERIBLOCK_POP_CPP_C_ENTITIES_BTCTX_H
9#include "veriblock/pop/c/array.h"
10#include "veriblock/pop/c/type_helpers.h"
16POP_DECLARE_ENTITY(btctx);
18POP_ENTITY_GETTER_FUNCTION(btctx, POP_ARRAY_NAME(u8), tx);
20POP_GENERATE_DEFAULT_VALUE(btctx);