Open
Description
Currently, there're several AssetId
s in manta-pay, like
StandardAssetId(manta-pay): u32
CalamariAssetId/DolphinAssetId
manta_accounting::asset::AssetId: struct AssetId(AssetIdType), AssetIdType: u32
pallet_assets::AssetId: generic type, finally it's u32
asset-manager::AssetId: generic type, finally it's u32
These types make me confused, hope it can be aligned.