interface ExchangeRateTuple {
    denom: string;
    exchangeRate: string;
}

Properties

Properties

denom: string
exchangeRate: string