COOPENOMICS
v1
Кооперативная Экономика
|
#include <eosio/multi_index.hpp>
#include <eosio/name.hpp>
#include <eosio/time.hpp>
#include <limits>
#include <optional>
Классы | |
struct | eosiosystem::block_info::block_info_record |
struct | eosiosystem::block_info::block_batch_info |
struct | eosiosystem::block_info::latest_block_batch_info_result |
Пространства имен | |
namespace | eosiosystem |
namespace | eosiosystem::block_info |
Определения типов | |
using | eosiosystem::block_info::block_info_table = eosio::multi_index<"blockinfo"_n, block_info_record > |
Функции | |
latest_block_batch_info_result | eosiosystem::block_info::get_latest_block_batch_info (uint32_t batch_start_height_offset, uint32_t batch_size, eosio::name system_account_name="eosio"_n) |
Переменные | |
static constexpr uint32_t | eosiosystem::block_info::rolling_window_size = 10 |