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

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>
 

Typedef Documentation

◆ block_sync

Definition at line 42 of file plugin_interface.hpp.

◆ transaction_async