Type Definition common::prelude::AssetId32Code

source ·
pub type AssetId32Code = [u8; 32];
Expand description

This code is H256 like.

Trait Implementations§

source§

impl<AssetId> From<AssetId32<AssetId>> for AssetId32Code

source§

fn from(compat: AssetId32<AssetId>) -> Self

Converts to this type from the input type.