Documentation ¶
Index ¶
- Constants
- func CmdCreatePool() *cobra.Command
- func CmdExitPool() *cobra.Command
- func CmdGetPool() *cobra.Command
- func CmdGetPoolNumber() *cobra.Command
- func CmdJoinPool() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdSwapAssets() *cobra.Command
- func CmdTotalLiquidity() *cobra.Command
- func CmdTotalPoolLiquidity() *cobra.Command
- func FlagSetCreatePool() *flag.FlagSet
- func FlagSetExitPool() *flag.FlagSet
- func FlagSetJoinPool() *flag.FlagSet
- func FlagSetSwapAssets() *flag.FlagSet
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( // FlagPoolFile Will be parsed to string. FlagPoolFile = "pool-file" // FlagPoolId Will be parsed to uint64. FlagPoolId = "pool-id" // FlagUseAllCoins Will be parsed to uint64. FlagUseAllCoins = "use-all-coins" // FlagTokensIn Will be parsed to []sdk.Coin. FlagTokensIn = "tokens-in" FlagPoolSharesOut = "pool-shares-out" // FlagTokenIn Will be parsed to sdk.Coin. FlagTokenIn = "token-in" // FlagTokenOutDenom Will be parsed to string. FlagTokenOutDenom = "token-out-denom" )
Variables ¶
This section is empty.
Functions ¶
func CmdCreatePool ¶
func CmdExitPool ¶
func CmdGetPool ¶
func CmdGetPoolNumber ¶
func CmdJoinPool ¶
func CmdQueryParams ¶
func CmdSwapAssets ¶ added in v0.1.0
func CmdTotalLiquidity ¶
func CmdTotalPoolLiquidity ¶
func FlagSetCreatePool ¶
func FlagSetExitPool ¶
func FlagSetJoinPool ¶
func FlagSetSwapAssets ¶ added in v0.1.0
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.