Re-exports

Modules

  • Fixes the Weight values for Capacity transactions as static values Any change in actual weight does not adjust the cost, but will still adjust the block space
  • 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.
  • Expose the auto generated weight files.

Macros

  • Macro to set a value (e.g. when using the parameter_types macro) to either a production value or to an environment variable or testing value (in case the frequency-local feature is selected or in instant sealing mode). Note that the environment variable is evaluated at compile time.

Structs

Enums

Constants

Traits

Functions

  • The version information used to identify this runtime when compiled natively.
  • Wasm binary unwrapped. If built with WASM_BINARY, the function panics.

Type Aliases