Trait frame_support::traits::tokens::fungibles::metadata::Mutate

source ·
pub trait Mutate<AccountId>: Inspect<AccountId> {
    // Required method
    fn set(
        asset: Self::AssetId,
        from: &AccountId,
        name: Vec<u8>,
        symbol: Vec<u8>,
        decimals: u8,
    ) -> DispatchResult;
}

Required Methods§

source

fn set( asset: Self::AssetId, from: &AccountId, name: Vec<u8>, symbol: Vec<u8>, decimals: u8, ) -> DispatchResult

Object Safety§

This trait is not object safe.

Implementors§