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§
- Statement
ApiClient - Client implementation for the
StatementApiRPC API. - Statement
ApiServer - Server trait implementation for the
StatementApiRPC API.