Crate rococo_runtime[−][src]
Expand description
The Rococo runtime for v1 parachains.
Modules
Structs
Special FullIdentificationOf
implementation that is returning for every input Some(Default::default())
.
Version of the produced MMR leaf.
This value increases the priority of Operational
transactions by adding
a “virtual tip” that’s equal to the OperationalFeeMultiplier * final_fee
.
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.
An insecure randomness beacon that uses the parent block hash as random material.
Special RewardValidators
that does nothing ;)
Implements all runtime apis for the client side.
Special ValidatorIdOf
implementation that is just returning the input as result.
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
The type used to represent the kinds of proxying allowed.
Constants
The BABE epoch configuration at genesis.
Runtime version (Rococo).
Functions
Native version.
Type Definitions
The address format for describing accounts.
All modules included in the runtime as a nested tuple of types. Excludes the System pallet.
All modules 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.
All pallets included in the runtime as a nested tuple of types.
Block type as expected by this runtime.
BlockId
type as expected by this runtime.
Executive: handles dispatch to the various modules.
Block header type as expected by this runtime.
Type to convert an Origin
type value into a MultiLocation
value which represents an interior location
of this chain.
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.
The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our individual routers.