Wire Sysio Wire Sysion 1.0.0
|
Typedefs | |
using | block_sync = method_decl<chain_plugin_interface, bool(const signed_block_ptr&, const std::optional<block_id_type>&, const block_state_ptr&), first_provider_policy> |
using | transaction_async = method_decl<chain_plugin_interface, void(const packed_transaction_ptr&, bool, bool, bool, next_function<transaction_trace_ptr>), first_provider_policy> |
using sysio::chain::plugin_interface::incoming::methods::block_sync = method_decl<chain_plugin_interface, bool(const signed_block_ptr&, const std::optional<block_id_type>&, const block_state_ptr&), first_provider_policy> |
Definition at line 42 of file plugin_interface.hpp.
using sysio::chain::plugin_interface::incoming::methods::transaction_async = method_decl<chain_plugin_interface, void(const packed_transaction_ptr&, bool, bool, bool, next_function<transaction_trace_ptr>), first_provider_policy> |
Definition at line 43 of file plugin_interface.hpp.