Modules§
Structs§
- Use the consensus chain’s
Normal
extrinsics block size limit as the domain block size limit - Use the consensus chain’s
Normal
extrinsics block weight limit as the domain block weight limit - Implementation of [
pallet_transaction_payment::OnChargeTransaction
] that charges transaction fees and distributes storage/compute fees and tip separately. - Provides an implementation of
PalletInfo
to 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.
- We allow for 3.75 MiB for
Normal
extrinsic with 5 MiB maximum block length. - We allow for 2 seconds of compute with a 6 second average block time.
Enums§
- When to enable block/vote rewards
- The aggregated runtime call type.
- 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§
- Subspace Credits have 18 decimal places.
- Expected block time in milliseconds.
- The smallest unit of the token is called Shannon.
- One Subspace Credit.
Type Aliases§
- The address format for describing accounts.
- 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.
- Executive: handles dispatch to the various modules.
- Block header type as expected by this runtime.
- The SignedExtension to the basic transaction logic.
- The payload being signed in transactions.
- Unchecked extrinsic type as expected by this runtime.