Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
blockinfo_tester.hpp File Reference
#include <sysio/time.hpp>
#include <sysio/varint.hpp>
#include <sysio.system/block_info.hpp>
#include <cstdint>
#include <optional>
#include <variant>
Include dependency graph for blockinfo_tester.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  system_contracts::testing::test_contracts::blockinfo_tester::get_latest_block_batch_info
 Input data structure for get_latest_block_batch_info RPC. More...
 
struct  system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result
 Output data structure for get_latest_block_batch_info RPC. More...
 

Namespaces

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

Typedefs

using system_contracts::testing::test_contracts::blockinfo_tester::time_point = sysio::time_point
 
using system_contracts::testing::test_contracts::blockinfo_tester::varint = sysio::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>