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§
- Genesis
State - GenesisState defines the prices module’s genesis state.
- Market
Param - 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.
- Market
Price - MarketPrice is used by the application to store/retrieve oracle price.
- MsgCreate
Oracle Market - MsgCreateOracleMarket is a message used by x/gov for creating a new oracle market.
- MsgCreate
Oracle Market Response - MsgCreateOracleMarketResponse defines the CreateOracleMarket response type.
- MsgUpdate
Market Param - MsgUpdateMarketParam is a message used by x/gov for updating the parameters of an oracle market.
- MsgUpdate
Market Param Response - MsgUpdateMarketParamResponse defines the UpdateMarketParam response type.
- MsgUpdate
Market Prices - MsgUpdateMarketPrices is a request type for the UpdateMarketPrices method.
- MsgUpdate
Market Prices Response - MsgUpdateMarketPricesResponse defines the MsgUpdateMarketPrices response type.
- Query
AllMarket Params Request - QueryAllMarketParamsRequest is request type for the Query/Params
AllMarketParamsRPC method. - Query
AllMarket Params Response - QueryAllMarketParamsResponse is response type for the Query/Params
AllMarketParamsRPC method. - Query
AllMarket Prices Request - QueryAllMarketPricesRequest is request type for the Query/Params
AllMarketPricesRPC method. - Query
AllMarket Prices Response - QueryAllMarketPricesResponse is response type for the Query/Params
AllMarketPricesRPC method. - Query
Market Param Request - QueryMarketParamsRequest is request type for the Query/Params
MarketParamsRPC method. - Query
Market Param Response - QueryMarketParamResponse is response type for the Query/Params
MarketParamsRPC method. - Query
Market Price Request - QueryMarketPriceRequest is request type for the Query/Params
MarketPriceRPC method. - Query
Market Price Response - QueryMarketPriceResponse is response type for the Query/Params
MarketPriceRPC method. - Query
Next Market IdRequest - QueryNextMarketIdRequest is request type for the Query/Params
NextMarketId - Query
Next Market IdResponse - QueryNextMarketIdResponse is response type for the Query/Params
NextMarketId - Stream
Price Update - StreamPriceUpdate provides information on a price update.