Time to execute an empty block.
Calculated by multiplying the Average with 1.0
and adding 0
.
Const getter for a basic type.
Const getter for a basic type.
Const getter for a basic type.
Const getter for a basic type.
Implementor of
WeightToFee
that uses a constant multiplier.
“OR gate” implementation of EnsureOrigin
allowing for different Success
types for L
and R
, with them combined using an Either
type.
Time to execute a NO-OP extrinsic, for example System::remark
.
Calculated by multiplying the Average with 1.0
and adding 0
.
Implementor of WeightToFee
that maps one unit of weight to one unit of fee.
Trivial utility for implementing Contains
/OrderedMembership
with a Vec
.
Provides an implementation of PalletInfo
to provide information
about the pallet setup in the runtime.
A fixed point representation of a number in the range [0, 1].
A fixed point representation of a number in the range [0, 1].
By default, Substrate uses RocksDB, so this will be the weight used throughout
the runtime.
Implements all runtime apis for the client side.
The runtime origin type representing the origin of a call.
The address format for describing accounts.
A majority of the Unit body from Rococo over XCM is our required administration origin.
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.
Means for transacting assets on this chain.
An Aura authority identifier using S/R 25519 as its crypto.
Balance of an account.
Block type as expected by this runtime.
BlockId type as expected by this runtime.
An index to a block.
Executive: handles dispatch to the various modules.
Means for transacting assets on this chain.
Means for transacting assets besides the native currency on this chain.
A hash of some data used by the chain.
Block header type as expected by this runtime.
Local origins on this chain are allowed to dispatch XCM sends/executions.
Type for specifying how a Location
can be converted into an AccountId
. This is used
when determining ownership of accounts for asset transacting and when attempting to use XCM
Transact
in order to determine the dispatch Origin.
Index of a transaction in the chain.
A Block signed with a Justification
The SignedExtension to the basic transaction logic.
Unchecked extrinsic type as expected by this runtime.
This is the type we use to convert an (incoming) XCM origin into a local Origin
instance,
ready for dispatching a transaction with Xcm’s Transact
. There is an OriginKind
which can
biases the kind of local Origin
it will become.
The means for routing XCM messages which are not for local execution into the right message
queues.