menu
terra_sdk package
documentation
Core/Oracle/ExchangeRateTuple.dart
ExchangeRateTuple
ExchangeRateTuple constructor
ExchangeRateTuple constructor
dark_mode
light_mode
ExchangeRateTuple
constructor
ExchangeRateTuple
(
double
?
exchange_rate
,
double
?
denom
)
Implementation
ExchangeRateTuple(this.exchange_rate, this.denom);
terra_sdk package
documentation
Core/Oracle/ExchangeRateTuple
ExchangeRateTuple
ExchangeRateTuple constructor
ExchangeRateTuple class