Module pallet_xcm::pallet::storage_types
source · 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
- The existing asset traps.
- The current migration’s stage, if any.
- Fungible assets which we know are locked on this chain.
- The ongoing queries.
- The latest available query index.
- Fungible assets which we know are locked on a remote chain.
- 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. - The Latest versions that we know various locations support.
- Destinations whose latest XCM version we would like to know. Duplicates not allowed, and the
u32
counter is the number of times that a send to the destination has been attempted, which is used as a prioritization. - All locations that we have requested version notifications from.
- The target locations that are subscribed to our version changes, as well as the most recent of our versions we informed them of.
- Global suspension state of the XCM executor.