Crate moonbase_runtime

source ·
Expand description

The Moonbase Runtime.

Primary features of this runtime include:

  • Ethereum compatibility
  • Moonbase tokenomics

Modules§

  • Asset configuration for Moonbase.
  • UNIT, 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 data structures.
  • Dynamic runtime parameters for moonbase.
  • 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§