Crate pallet_mmr_primitives[][src]

Expand description

Merkle Mountain Range primitive types.

Structs

A composition of multiple leaf elements with compact form representation.

A type-safe wrapper for the concrete leaf type.

A helper type to allow using arbitrary SCALE-encoded leaf data in the RuntimeApi.

A MMR proof data for one of the leaves.

Enums

An element representing either full data or it’s hash.

Merkle Mountain Range operation error.

Traits

A full leaf content stored in the offchain-db.

A provider of the MMR’s leaf data.

API to interact with MMR pallet.

New MMR root notification hook.