referrerpolicy=no-referrer-when-downgrade

Module statement

Module statement 

Source
Expand description

Substrate Statement Store RPC API.

Exposes two JSON-RPC methods: statement_subscribeStatement (a subscription streaming matching statements as StatementEvent notifications on statement_statement) and statement_submit (submit a SCALE-encoded statement). See the StatementApi trait below for the wire-format examples.

Modules§

error
Statement RPC errors.

Traits§

StatementApiClient
Client implementation for the StatementApi RPC API.
StatementApiServer
Server trait implementation for the StatementApi RPC API.