referrerpolicy=no-referrer-when-downgrade

Module runtime

Source
Expand description

A minimal runtime that shows runtime genesis state.

Modules§

api

Structs§

PalletInfo
Provides an implementation of PalletInfo to provide information about the pallet setup in the runtime.
Runtime
RuntimeApi
RuntimeApiImpl
Implements all runtime apis for the client side.
RuntimeGenesisConfig
RuntimeOrigin
The runtime origin type representing the origin of a call.
Version

Enums§

OriginCaller
RuntimeCall
The aggregated runtime call type.
RuntimeError
RuntimeEvent
RuntimeTask
An aggregation of all Task enums across all pallets included in the current runtime.
RuntimeViewFunction
Runtime query type.

Constants§

RUNTIME_API_VERSIONS
VERSION
The runtime version.
WASM_BINARY
WASM_BINARY_BLOATY
WASM_BINARY_PATH

Type Aliases§

AllPalletsWithSystem
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithoutSystem
All pallets included in the runtime as a nested tuple of types. Excludes the System pallet.
Bar
Sample pallet 1
BarConfig
Foo
Sample pallet 2
FooConfig
System
Mandatory system pallet that should always be included in a FRAME runtime.
SystemConfig