|
COOPENOMICS
v1
Кооперативная Экономика
|
Классы | |
| struct | get_latest_block_batch_info |
Input data structure for get_latest_block_batch_info RPC. Подробнее... | |
| struct | latest_block_batch_info_result |
Output data structure for get_latest_block_batch_info RPC. Подробнее... | |
Определения типов | |
| using | time_point = eosio::time_point |
| using | varint = eosio::unsigned_int |
| using | input_type = std::variant< get_latest_block_batch_info > |
| using | output_type = std::variant< latest_block_batch_info_result > |
Функции | |
| auto | process (get_latest_block_batch_info request) -> latest_block_batch_info_result |
| output_type | process_call (input_type input) |
| using system_contracts::testing::test_contracts::blockinfo_tester::input_type = typedef std::variant<get_latest_block_batch_info> |
| using system_contracts::testing::test_contracts::blockinfo_tester::output_type = typedef std::variant<latest_block_batch_info_result> |
| using system_contracts::testing::test_contracts::blockinfo_tester::time_point = typedef eosio::time_point |
| using system_contracts::testing::test_contracts::blockinfo_tester::varint = typedef eosio::unsigned_int |
| auto system_contracts::testing::test_contracts::blockinfo_tester::process | ( | get_latest_block_batch_info | request | ) | -> latest_block_batch_info_result |
| output_type system_contracts::testing::test_contracts::blockinfo_tester::process_call | ( | input_type | input | ) |