Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExchangeRateQueryParams ¶
type ExchangeRateQueryParams struct {
Denom string `json:"denom"`
}
ExchangeRateQueryParams query request params for exchange rates
type ExchangeRateQueryResponse ¶
type ExchangeRateQueryResponse struct {
Rate string `json:"rate"`
}
ExchangeRateQueryResponse - exchange rates query response item
type OracleQuery ¶
type OracleQuery struct {
ExchangeRate *ExchangeRateQueryParams `json:"exchange_rate,omitempty"`
}
OracleQuery custom query interface for oracle querier
Click to show internal directories.
Click to hide internal directories.