Registry / crypto / sp-mmr-primitives

sp-mmr-primitives

JSON →
library40.0.0rscratesunverified

Merkle Mountain Range primitives for blockchain data structures.

# Cargo.toml [dependencies] sp-mmr-primitives = "40.0.0"
INSTALL
IMPORT
SIG · SP-MMR-PRIMITIVES
S
sp-mmr-primitives
cryptorustv40.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.

Mmr
use sp_mmr_primitives::Mmr;

Creates a new Merkle Mountain Range instance.

use sp_mmr_primitives::Mmr; fn main() { let mmr = Mmr::new(); println!("MMR created"); }
Debug
Known issues
gotchaRequires Substrate/Polkadot dependencies; not standalone.
fix
Add sp-mmr-primitives to a Substrate runtime or use with appropriate dependencies.
affects: >=40.0.0
Upgrade
Version history
40.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources
sp-mmr-primitives — cargo add sp-mmr-primitives · libregistry