Crate main_runtime
source ·Expand description
The Robonomics runtime. This can be compiled with #[no_std], ready for Wasm.
Modules
- A set of constant values used in substrate runtime.
Structs
- Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)
- Provides an implementation of
PalletInfoto provide information about the pallet setup in the runtime. - Implements all runtime apis for the client side.
- The runtime origin type representing the origin of a call.
- Handles converting a weight scalar to a fee value, based on the scale and granularity of the node’s balance type.
Enums
- A reason for placing a freeze on funds.
- A reason for placing a hold on funds.
- An identifier for each lock placed on funds.
- A reason for slashing funds.
Constants
- Standalone runtime version.
Functions
- The version infromation used to identify this runtime when compiled natively.
- Wasm binary unwrapped. If built with
BUILD_DUMMY_WASM_BINARY, the function panics.
Type Definitions
- The address format for describing accounts.
- AllPalletsDeprecatedAll pallets included in the runtime as a nested tuple of types.
- AllPalletsReversedWithSystemFirstDeprecatedAll 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.
- AllPalletsWithSystemReversedDeprecatedAll 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.
- AllPalletsWithoutSystemReversedDeprecatedAll 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.
- BlockId type as expected by this runtime.
- Extrinsic type that has already been checked.
- Executive: handles dispatch to the various modules.
- GenesisConfigDeprecated
- Block header type as expected by this runtime.
- The SignedExtension to the basic transaction logic.
- Unchecked extrinsic type as expected by this runtime.