Registry / other / sp-statement-store

sp-statement-store

JSON →
library27.0.0rscratesunverified

A crate which contains primitives related to the statement store for Polkadot SDK.

# Cargo.toml [dependencies] sp-statement-store = "27.0.0"
INSTALL
IMPORT
SIG · SP-STATEMENT-STORE
S
sp-statement-store
otherrustv27.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StatementStore
use sp_statement_store::StatementStore;

Initializing a statement store for Polkadot

use sp_statement_store::StatementStore; fn main() { let store = StatementStore::new(); println!("Statement store initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
27.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
sp-statement-store — cargo add sp-statement-store · libregistry