pub trait Inspect<AccountId>: Inspect<AccountId> {
    fn name(asset: Self::AssetId) -> Vec<u8>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn symbol(asset: Self::AssetId) -> Vec<u8>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn decimals(asset: Self::AssetId) -> u8; }

Required methods

Implementors