pub trait MetadataDeposit<DepositBalance> {
    // Required method
    fn calc_metadata_deposit(name: &[u8], symbol: &[u8]) -> DepositBalance;
}

Required Methods§

source

fn calc_metadata_deposit(name: &[u8], symbol: &[u8]) -> DepositBalance

Implementors§