Expand description

The Darwinia Node Template runtime. This can be compiled with #[no_std], ready for Wasm.

Re-exports

pub use pallets::*;
pub use bridges_message::*;
pub use wasm::*;

Modules

Make the WASM binary available.

Structs

The runtime origin type representing the origin of a call.

Provides an implementation of PalletInfo to provide information about the pallet setup in the runtime.

Implements all runtime apis for the client side.

Enums

Mode of era-forcing.

Indicates the initial status of the staker.

Constants

The BABE epoch configuration at genesis.

This runtime version.

Functions

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

Type Definitions

AllPalletsDeprecated

All pallets included in the runtime as a nested tuple of types.

All pallets included in the runtime as a nested tuple of types in reversed order. With the system pallet first.

All pallets included in the runtime as a nested tuple of types.

All pallets included in the runtime as a nested tuple of types in reversed order.

All pallets included in the runtime as a nested tuple of types. Excludes the System pallet.

All pallets included in the runtime as a nested tuple of types in reversed order. Excludes the System pallet.

Block type as expected by this runtime.

Executive: handles dispatch to the various modules.

A Block signed with a Justification

The SignedExtension to the basic transaction logic.

The payload being signed in transactions.

Unchecked extrinsic type as expected by this runtime.