Type Alias moonbeam_runtime::AssetId

source ·
pub type AssetId = u128;
Expand description

AssetId type

Trait Implementations§

source§

impl From<AssetType> for AssetId

source§

fn from(asset: AssetType) -> AssetId

Converts to this type from the input type.