interface CoinInfo<T0> {
    decimals: number;
    name: string;
    supply: _0x1.option.Option<OptionalAggregator>;
    symbol: string;
}

Type Parameters

  • T0

Properties

decimals: number
name: string
symbol: string