Documentation ¶
Index ¶
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func IndexBalances() *cobra.Command
- func IndexPrice() *cobra.Command
- func Indexes() *cobra.Command
- func QueryParams() *cobra.Command
- func Redeem() *cobra.Command
- func RedeemFee() *cobra.Command
- func Swap() *cobra.Command
- func SwapFee() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQueryCmd ¶
GetQueryCmd returns the CLI query commands for the x/metoken module.
func IndexBalances ¶
IndexBalances creates a Cobra command to query for the x/metoken module Indexes assets balances metoken_denom is optional, if it isn't provided then all the balances will be returned.
func IndexPrice ¶
IndexPrice creates a Cobra command to query for the x/metoken module Index Prices. metoken_denom is optional, if it isn't provided then prices for all the registered indexes will be returned.
func Indexes ¶
Indexes creates a Cobra command to query for the x/metoken module registered Indexes. metoken_denom is optional, if it isn't provided then all the indexes will be returned.
func QueryParams ¶
QueryParams creates a Cobra command to query for the x/metoken module parameters.
func Redeem ¶
Redeem creates a Cobra command to generate or broadcast a transaction with a MsgRedeem message. Both arguments are required.
func RedeemFee ¶
RedeemFee creates a Cobra command to query for the RedeemFee Both arguments are required: metoken: the meToken coin that is taken as base for the fee calculation.
Types ¶
This section is empty.