pub fn convert_decimals_to_evm<B>(b: B) -> Bwhere
    B: Zero + Saturating + From<u32>,
Expand description

Convert decimal from native(TRN 12) to EVM(18).