Documentation ¶
Index ¶
- Constants
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewCancelAllOrdersCmd() *cobra.Command
- func NewCancelMMOrderCmd() *cobra.Command
- func NewCancelOrderCmd() *cobra.Command
- func NewCreatePairCmd() *cobra.Command
- func NewCreatePoolCmd() *cobra.Command
- func NewCreateRangedPoolCmd() *cobra.Command
- func NewDepositCmd() *cobra.Command
- func NewLimitOrderCmd() *cobra.Command
- func NewMMOrderCmd() *cobra.Command
- func NewMarketOrderCmd() *cobra.Command
- func NewQueryDepositRequestCmd() *cobra.Command
- func NewQueryDepositRequestsCmd() *cobra.Command
- func NewQueryOrderBooksCmd() *cobra.Command
- func NewQueryOrderCmd() *cobra.Command
- func NewQueryOrdersCmd() *cobra.Command
- func NewQueryPairCmd() *cobra.Command
- func NewQueryPairsCmd() *cobra.Command
- func NewQueryParamsCmd() *cobra.Command
- func NewQueryPoolCmd() *cobra.Command
- func NewQueryPoolsCmd() *cobra.Command
- func NewQueryWithdrawRequestCmd() *cobra.Command
- func NewQueryWithdrawRequestsCmd() *cobra.Command
- func NewWithdrawCmd() *cobra.Command
Constants ¶
const ( FlagPairId = "pair-id" FlagDisabled = "disabled" FlagPoolCoinDenom = "pool-coin-denom" FlagReserveAddress = "reserve-address" FlagDenoms = "denoms" FlagOrderLifespan = "order-lifespan" FlagNumTicks = "num-ticks" )
Variables ¶
This section is empty.
Functions ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func NewCancelAllOrdersCmd ¶
func NewCancelMMOrderCmd ¶
func NewCancelOrderCmd ¶
func NewCreatePairCmd ¶
func NewCreatePoolCmd ¶
func NewCreateRangedPoolCmd ¶
func NewDepositCmd ¶
func NewLimitOrderCmd ¶
func NewMMOrderCmd ¶
func NewMarketOrderCmd ¶
func NewQueryDepositRequestCmd ¶
NewQueryDepositRequestCmd implements the deposit request query command.
func NewQueryDepositRequestsCmd ¶
NewQueryDepositRequestsCmd implements the deposit requests query command.
func NewQueryOrderBooksCmd ¶
NewQueryOrderBooksCmd implements the order books query command.
func NewQueryOrderCmd ¶
NewQueryOrderCmd implements the order query command.
func NewQueryOrdersCmd ¶
NewQueryOrdersCmd implements the orders query command.
func NewQueryPairCmd ¶
NewQueryPairCmd implements the pair query command.
func NewQueryPairsCmd ¶
NewQueryPairsCmd implements the pairs query command.
func NewQueryParamsCmd ¶
NewQueryParamsCmd implements the params query command.
func NewQueryPoolCmd ¶
NewQueryPoolCmd implements the pool query command.
func NewQueryPoolsCmd ¶
NewQueryPoolsCmd implements the pools query command.
func NewQueryWithdrawRequestCmd ¶
NewQueryWithdrawRequestCmd implements the withdraw request query command.
func NewQueryWithdrawRequestsCmd ¶
NewQueryWithdrawRequestsCmd implements the withdraw requests query command.
func NewWithdrawCmd ¶
Types ¶
This section is empty.