fromData static method

Implementation

static AggregateExchangeRateVote fromData(
    AggregateExchangeRateVoteCommonArgs data) {
  return AggregateExchangeRateVote(data.voter!, data.exchange_rate_tuples!);
}