Module pallet_mapped_assets::types
source · Expand description
Various basic types for use in the assets pallet.
Structs
- Data concerning an approval.
- Converts a balance value into an asset balance based on the ratio between the fungible’s minimum balance and the minimum asset balance.
- Store named reserved balance.
Enums
- Possible errors when converting between external and asset balances.
Traits
- Trait for allowing a minimum balance on the account to be specified, beyond the
minimum_balance
of the asset. This is additive - theminimum_balance
of the asset must be met and then anything here in addition.