Crate bp_kusama

source ·
Expand description

Primitives of the Kusama chain.

Modules§

  • Primitives of polkadot-like chains, that are related to parachains functionality.
  • Human readable time units defined in terms of number of blocks.

Structs§

  • Provides a storage key for account data.
  • All Polkadot-like chains have maximal block size set to 5MB.
  • All Polkadot-like chains have the same block weights.
  • Time to execute a NO-OP extrinsic, for example System::remark. Calculated by multiplying the Average with 1.0 and adding 0.
  • Kusama Chain
  • A fixed point representation of a number in the range [0, 1].

Constants§

Traits§

  • Infallible conversion trait. Generic over both source and destination types.
  • API for querying information about the finalized chain headers.
  • A type that can be used as a parameter in a dispatchable function.
  • Helper trait to define some extra methods on SuffixedCommonSignedExtension.

Functions§

Type Aliases§