Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
§Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs§
- Asset
Traps - The existing asset traps.
- Authorized
Aliases - Map of authorized aliasers of local origins. Each local location can authorize a list of
other locations to alias into it. Each aliaser is only valid until its inner
expiryblock number. - Current
Migration - The current migration’s stage, if any.
- Locked
Fungibles - Fungible assets which we know are locked on this chain.
- Queries
- The ongoing queries.
- Query
Counter - The latest available query index.
- Recorded
Xcm - If
ShouldRecordXcmis set to true, then the last XCM program executed locally will be stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. - Remote
Locked Fungibles - Fungible assets which we know are locked on a remote chain.
- Safe
XcmVersion - Default version to encode XCM when latest version of destination is unknown. If
None, then the destinations whose XCM version is unknown are considered unreachable. - Should
Record Xcm - Whether or not incoming XCMs (both executed locally and received) should be recorded. Only one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and it’s advised it stays false for all other use cases, so as to not degrade regular performance.
- Supported
Version - The Latest versions that we know various locations support.
- Version
Discovery Queue - Destinations whose latest XCM version we would like to know. Duplicates not allowed, and
the
u32counter is the number of times that a send to the destination has been attempted, which is used as a prioritization. - Version
Notifiers - All locations that we have requested version notifications from.
- Version
Notify Targets - The target locations that are subscribed to our version changes, as well as the most recent of our versions we informed them of.
- XcmExecution
Suspended - Global suspension state of the XCM executor.