6#ifndef VERIBLOCK_POP_CPP_C_ENTITIES_COIN_H
7#define VERIBLOCK_POP_CPP_C_ENTITIES_COIN_H
10#include "veriblock/pop/c/type_helpers.h"
16POP_DECLARE_ENTITY(coin);
18POP_ENTITY_GETTER_FUNCTION(coin, int64_t, units);
20POP_GENERATE_DEFAULT_VALUE(coin);