Module pallet_asset_registry::pallet
source · Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
Can be used to configure the
genesis state
of this pallet.
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Custom dispatch errors
of this pallet.
Traits
Configuration trait of this pallet.
Type Definitions
Mapping between asset name and asset id.
Native location of an asset.
Metadata of an asset.
Details of an asset.
Local asset for native location.
ModuleDeprecated
Type alias to
Pallet
, to be used by construct_runtime
.Next available asset id. This is sequential id assigned for each new registered asset.