Crate development_runtime
source ·Expand description
The Substrate runtime. This can be compiled with #[no_std]
, ready for
Wasm.
Modules§
Structs§
- Data containing an active loan with extra computed.
- Base Call Filter
- Maximum number of instructions in a single XCM message.
- This value increases the priority of
Operational
transactions by adding a “virtual tip” that’s equal to theOperationalFeeMultiplier * final_fee
. - Provides an implementation of
PalletInfo
to provide information about the pallet setup in the runtime. - The index with which this pallet is instantiated in this runtime.
- Implements all runtime apis for the client side.
- The runtime origin type representing the origin of a call.
- TransactionByteFee is set to 0.01 MicroCFG
- The amount of weight an XCM operation takes. This is a safe overestimate.
Enums§
- The type used to represent the kinds of proxying allowed.
- 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.
- An aggregation of all
Task
enums across all pallets included in the current runtime.
Constants§
- Runtime version.
Functions§
- Native version.
Type Aliases§
- All pallets included in the runtime as a nested tuple of types.
- All pallets included in the runtime as a nested tuple of types. 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
- A Block signed with a Justification
- The SignedExtension to the basic transaction logic.
- Unchecked extrinsic type as expected by this runtime.
- Xcm Weigher shared between multiple Xcm-related configs.