Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::plugin_interface::methods Namespace Reference

Typedefs

using get_block_by_number = method_decl<chain_plugin_interface, signed_block_ptr(uint32_t block_num)>
 
using get_block_by_id = method_decl<chain_plugin_interface, signed_block_ptr(const block_id_type& block_id)>
 
using get_head_block_id = method_decl<chain_plugin_interface, block_id_type ()>
 
using get_lib_block_id = method_decl<chain_plugin_interface, block_id_type ()>
 
using get_last_irreversible_block_number = method_decl<chain_plugin_interface, uint32_t ()>
 

Typedef Documentation

◆ get_block_by_id

Definition at line 32 of file plugin_interface.hpp.

◆ get_block_by_number

Definition at line 31 of file plugin_interface.hpp.

◆ get_head_block_id

Definition at line 33 of file plugin_interface.hpp.

◆ get_last_irreversible_block_number

◆ get_lib_block_id

Definition at line 34 of file plugin_interface.hpp.