Expand description
Assets Pallet
Overview
The assets module serves as an extension of currencies
pallet.
It allows to explicitly register new assets and store their owners’ account IDs.
This allows to restrict some actions on assets for non-owners.
Dispatchable Functions
register
- registers new asset by a given ID.
Re-exports
pub use weights::WeightInfo;
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
- Autogenerated weights for assets