Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllCurrencyPairsCmd ¶
GetAllCurrencyPairsCmd returns the cli-command that queries for all CurrencyPairs in the module. This is essentially a wrapper around the module's QueryClient, as under-the-hood it constructs a request to a query-client served over a grpc-conn embedded in the clientCtx.
func GetPriceCmd ¶
GetPriceCmd returns the cli-command that queries the price information for a given CurrencyPair. This is essentially a wrapper around the module's QueryClient, as under-the-hood it constructs a request to a query-client served over a grpc-conn embedded in the clientCtx.
func GetQueryCmd ¶
GetQueryCmd returns the parent command for all x/oracle cli query commands. The provided clientCtx should have, at a minimum, a verifier, CometBFT RPC client, and marshaler set.
Types ¶
This section is empty.