Crate moonbeam_runtime

source ·
Expand description

The Moonbeam Runtime.

Primary features of this runtime include:

  • Ethereum compatibility
  • Moonbeam tokenomics

Modules§

  • Asset configuration for Moonbase.
  • GLMR, the native token, uses 18 decimals of precision.
  • Governance configurations
  • Opaque types. These are used by the CLI to instantiate machinery that don’t need to know the specifics of the runtime. They can then be made to be agnostic over specific formats of data like extrinsics, allowing for them to continue syncing the network through upgrades to even the core datastructures.
  • Dynamic runtime parameters for moonbeam.
  • XCM configuration for Moonbase.

Macros§

Structs§

Enums§

Constants§

Traits§

  • Complex storage builder stuff.
  • A trait for querying a single value from a type.
  • Weight functions needed for pallet_parachain_staking.

Functions§

  • The version information used to identify this runtime when compiled natively.

Type Aliases§