Module oraiswap::oracle

source ·

Structs

  • ContractInfo is data format stored
  • ContractInfoResponse is data format returned from WasmRequest::ContractInfo query
  • ExchangeRateItem is data format returned from OracleRequest::ExchangeRates query
  • ExchangeRateResponse is data format returned from OracleRequest::ExchangeRate query
  • ExchangeRatesResponse is data format returned from OracleRequest::ExchangeRates query
  • We currently take no arguments for migrations
  • This is a respresentation of OracleContract for storage. Don’t use it directly, just translate to the OracleContract when needed.
  • OracleContract is a wrapper around Addr that provides a lot of helpers for working with this.
  • TaxCapResponse is data format returned from TreasuryRequest::TaxCap query
  • TaxRateResponse is data format returned from TreasuryRequest::TaxRate query

Enums