Wire Sysio Wire Sysion 1.0.0
|
Typedefs | |
using | pre_accepted_block = channel_decl<struct pre_accepted_block_tag, signed_block_ptr> |
using | rejected_block = channel_decl<struct rejected_block_tag, signed_block_ptr> |
using | accepted_block_header = channel_decl<struct accepted_block_header_tag, block_state_ptr> |
using | accepted_block = channel_decl<struct accepted_block_tag, block_state_ptr> |
using | irreversible_block = channel_decl<struct irreversible_block_tag, block_state_ptr> |
using | accepted_transaction = channel_decl<struct accepted_transaction_tag, transaction_metadata_ptr> |
using | applied_transaction = channel_decl<struct applied_transaction_tag, transaction_trace_ptr> |
using sysio::chain::plugin_interface::channels::accepted_block = channel_decl<struct accepted_block_tag, block_state_ptr> |
Definition at line 24 of file plugin_interface.hpp.
using sysio::chain::plugin_interface::channels::accepted_block_header = channel_decl<struct accepted_block_header_tag, block_state_ptr> |
Definition at line 23 of file plugin_interface.hpp.
using sysio::chain::plugin_interface::channels::accepted_transaction = channel_decl<struct accepted_transaction_tag, transaction_metadata_ptr> |
Definition at line 26 of file plugin_interface.hpp.
using sysio::chain::plugin_interface::channels::applied_transaction = channel_decl<struct applied_transaction_tag, transaction_trace_ptr> |
Definition at line 27 of file plugin_interface.hpp.
using sysio::chain::plugin_interface::channels::irreversible_block = channel_decl<struct irreversible_block_tag, block_state_ptr> |
Definition at line 25 of file plugin_interface.hpp.
using sysio::chain::plugin_interface::channels::pre_accepted_block = channel_decl<struct pre_accepted_block_tag, signed_block_ptr> |
Definition at line 21 of file plugin_interface.hpp.
using sysio::chain::plugin_interface::channels::rejected_block = channel_decl<struct rejected_block_tag, signed_block_ptr> |
Definition at line 22 of file plugin_interface.hpp.