Module prices

Module prices 

Modules§

msg_client
Generated client implementations.
msg_update_market_prices
Nested message and enum types in MsgUpdateMarketPrices.
query_client
Generated client implementations.

Structs§

GenesisState
GenesisState defines the prices module’s genesis state.
MarketParam
MarketParam represents the x/prices configuration for markets, including representing price values, resolving markets on individual exchanges, and generating price updates. This configuration is specific to the quote currency.
MarketPrice
MarketPrice is used by the application to store/retrieve oracle price.
MsgCreateOracleMarket
MsgCreateOracleMarket is a message used by x/gov for creating a new oracle market.
MsgCreateOracleMarketResponse
MsgCreateOracleMarketResponse defines the CreateOracleMarket response type.
MsgUpdateMarketParam
MsgUpdateMarketParam is a message used by x/gov for updating the parameters of an oracle market.
MsgUpdateMarketParamResponse
MsgUpdateMarketParamResponse defines the UpdateMarketParam response type.
MsgUpdateMarketPrices
MsgUpdateMarketPrices is a request type for the UpdateMarketPrices method.
MsgUpdateMarketPricesResponse
MsgUpdateMarketPricesResponse defines the MsgUpdateMarketPrices response type.
QueryAllMarketParamsRequest
QueryAllMarketParamsRequest is request type for the Query/Params AllMarketParams RPC method.
QueryAllMarketParamsResponse
QueryAllMarketParamsResponse is response type for the Query/Params AllMarketParams RPC method.
QueryAllMarketPricesRequest
QueryAllMarketPricesRequest is request type for the Query/Params AllMarketPrices RPC method.
QueryAllMarketPricesResponse
QueryAllMarketPricesResponse is response type for the Query/Params AllMarketPrices RPC method.
QueryMarketParamRequest
QueryMarketParamsRequest is request type for the Query/Params MarketParams RPC method.
QueryMarketParamResponse
QueryMarketParamResponse is response type for the Query/Params MarketParams RPC method.
QueryMarketPriceRequest
QueryMarketPriceRequest is request type for the Query/Params MarketPrice RPC method.
QueryMarketPriceResponse
QueryMarketPriceResponse is response type for the Query/Params MarketPrice RPC method.
QueryNextMarketIdRequest
QueryNextMarketIdRequest is request type for the Query/Params NextMarketId
QueryNextMarketIdResponse
QueryNextMarketIdResponse is response type for the Query/Params NextMarketId
StreamPriceUpdate
StreamPriceUpdate provides information on a price update.