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§
- AllDomains
Supply - All-domains supply: network supply that has left consensus
total_issuancebut still exists, kept equal to Σ DomainBalances + Σ UnconfirmedTransfers + Σ CancelledTransfers (held on domains, in-flight across XDM, and rejected awaiting reclaim). Read on the consensus runtime and added tototal_issuanceto price storage off network-wide supply. - Cancelled
Transfers - Storage to track cancelled transfers between different chains.
- Chain
Transfers - A temporary storage that tracks total transfers from this chain. Clears on on_initialize for every block.
- Domain
Balances - Domain balances.
- Outgoing
Transfers - All the outgoing transfers on this execution environment.
- Unconfirmed
Transfers - Storage to track unconfirmed transfers between different chains.