Skip to main content

Module storage_types

Module 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§

AllDomainsSupply
All-domains supply: network supply that has left consensus total_issuance but 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 to total_issuance to price storage off network-wide supply.
CancelledTransfers
Storage to track cancelled transfers between different chains.
ChainTransfers
A temporary storage that tracks total transfers from this chain. Clears on on_initialize for every block.
DomainBalances
Domain balances.
OutgoingTransfers
All the outgoing transfers on this execution environment.
UnconfirmedTransfers
Storage to track unconfirmed transfers between different chains.