COOPENOMICS  v1
Кооперативная Экономика
Файл blockinfo_tester.hpp
#include <eosio/time.hpp>
#include <eosio/varint.hpp>
#include <eosio.system/block_info.hpp>
#include <cstdint>
#include <optional>
#include <variant>

См. исходные тексты.

Классы

struct  system_contracts::testing::test_contracts::blockinfo_tester::get_latest_block_batch_info
 Input data structure for get_latest_block_batch_info RPC. Подробнее...
 
struct  system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result
 Output data structure for get_latest_block_batch_info RPC. Подробнее...
 

Пространства имен

namespace  system_contracts
 
namespace  system_contracts::testing
 
namespace  system_contracts::testing::test_contracts
 
namespace  system_contracts::testing::test_contracts::blockinfo_tester
 

Определения типов

using system_contracts::testing::test_contracts::blockinfo_tester::time_point = eosio::time_point
 
using system_contracts::testing::test_contracts::blockinfo_tester::varint = eosio::unsigned_int
 
using system_contracts::testing::test_contracts::blockinfo_tester::input_type = std::variant< get_latest_block_batch_info >
 
using system_contracts::testing::test_contracts::blockinfo_tester::output_type = std::variant< latest_block_batch_info_result >