Type Alias astar_primitives::AssetId

source ·
pub type AssetId = u128;
Expand description

Id used for identifying assets.

AssetId allocation: [1; 2^32-1] Custom user assets (permissionless) [2^32; 2^64-1] Statemine assets (simple map) [2^64; 2^128-1] Ecosystem assets 2^128-1 Relay chain token (KSM)