Destroy the transport and release all resources.
OptionalqueryQuery existing statements from the store.
Only available on RpcTransport (the host API subscription replays initial state). Returns undefined on HostTransport.
Sign and submit a statement.
createProof then submit.getStatementSigner from sdk-statement, then submits.The unsigned statement to sign and submit.
Signing credentials (host accountId or local signer).
Subscribe to statements matching a topic filter.
sdk-statement topic filter.
Called with batches of received statements.
Called when the subscription encounters an error.
A handle to unsubscribe.
Low-level transport interface for statement store communication.
Two built-in implementations:
@novasamatech/sdk-statementover@polkadot-api/substrate-client(outside containers).Most consumers should use StatementStoreClient instead of this interface directly.