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§
- Account
- The holdings of a specific account for a specific asset.
- Approvals
- Approved balance transfers. First balance is the amount approved for transfer. Second
is the amount of
T::Currencyreserved for storing this. First key is the asset ID, second key is the owner and third key is the delegate. - Asset
- Details of an asset.
- Metadata
- Metadata of an asset.
- Next
Asset Id - The asset ID enforced for the next asset creation, if any present. Otherwise, this storage item has no effect.
- Reserves
- Maps an asset to a list of its configured reserve information.