interface AggregateExchangeRateVote {
    exchangeRateTuples: ExchangeRateTuple[];
    voter: string;
}

Properties

exchangeRateTuples: ExchangeRateTuple[]
voter: string