Trait frame::traits::tokens::AssetId

pub trait AssetId: FullCodec + Clone + Eq + PartialEq<Self> + Debug + TypeInfo + MaxEncodedLen { }
Expand description

Simple amalgamation trait to collect together properties for an AssetId under one roof.

Implementors§

§

impl<T> AssetId for Twhere T: FullCodec + Clone + Eq + PartialEq<T> + Debug + TypeInfo + MaxEncodedLen,