6#ifndef VERIBLOCK_POP_CPP_C_ENTITIES_ADDRESS_H
7#define VERIBLOCK_POP_CPP_C_ENTITIES_ADDRESS_H
10#include "veriblock/pop/c/array.h"
11#include "veriblock/pop/c/entities/serde.h"
12#include "veriblock/pop/c/type_helpers.h"
18POP_DECLARE_ENTITY(address);
20POP_ENTITY_GETTER_FUNCTION(address, uint8_t, address_type);
21POP_ENTITY_GETTER_FUNCTION(address, POP_ARRAY_NAME(
string), address);
23POP_GENERATE_DEFAULT_VALUE(address);