CDT  v4.2.0
инструменты разработчика
eosio.hpp
См. документацию.
1
5#pragma once
6#include "action.hpp"
7#include "../../core/eosio/print.hpp"
8#include "multi_index.hpp"
9#include "dispatcher.hpp"
10#include "contract.hpp"
11
12#ifndef EOSIO_NATIVE
13static_assert( sizeof(long) == sizeof(int), "unexpected size difference" );
14#endif
15