Crate bp_runtime

source ·
Expand description

Primitives that may be used at (bridges) runtime level.

Re-exports

  • pub use sp_runtime::paste;

Modules

  • Primitives that may be used for creating signed extensions for indirect runtimes.
  • Primitives that may be used by different message delivery and dispatch mechanisms.

Macros

Structs

  • A bounded runtime storage value.
  • Generic header Id.
  • Adapter for Get<u32> to access PARACHAIN_ID from trait Parachain
  • Pre-computed size.
  • This struct is used to read storage values from a subset of a Merklized database. The “proof” is a subset of the nodes in the Merkle structure of the database, so that it provides authentication against a known Merkle root as well as the values in the database themselves.

Enums

Constants

Traits

Functions

Type Definitions