interface ICurrencyStats {
    issuer: string;
    max_supply: string;
    supply: string;
}

Properties

issuer: string
max_supply: string
supply: string