Documentation ¶
Overview ¶
contains commands that are supported by the aptos-aux cli.
Index ¶
- func GetAmmAddLiquidityCmd() *cobra.Command
- func GetAmmRemoveLiquidityCmd() *cobra.Command
- func GetAmmSwapCmd() *cobra.Command
- func GetCalculateResourceAddressCmd() *cobra.Command
- func GetCreateMarketCmd() *cobra.Command
- func GetCreatePoolCmd() *cobra.Command
- func GetKeyAndMnemonicCmd() *cobra.Command
- func GetLaunchAptosNodeCmd() *cobra.Command
- func GetListAccountCmd() *cobra.Command
- func GetListAllOrdersCmd() *cobra.Command
- func GetListChainCmd() *cobra.Command
- func GetListKnownCmd() *cobra.Command
- func GetListL2MarketCmd() *cobra.Command
- func GetListMarketCmd() *cobra.Command
- func GetListPoolCmd() *cobra.Command
- func GetMintFakeCoinCmd() *cobra.Command
- func GetPlaceClobOrderCmd() *cobra.Command
- func GetRootCmd() *cobra.Command
- func GetUpdatePoolFeeCmd() *cobra.Command
- func IsFileExists(fileName string) bool
- func OverwriteConfig(configs *aptos.ConfigFile, configFile string)
- type SharedArgs
- type SharedArgsWithBaseQuoteCoins
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAmmAddLiquidityCmd ¶ added in v0.7.0
func GetAmmRemoveLiquidityCmd ¶ added in v0.7.1
func GetAmmSwapCmd ¶ added in v0.7.0
func GetCreateMarketCmd ¶
func GetCreatePoolCmd ¶
func GetKeyAndMnemonicCmd ¶
func GetLaunchAptosNodeCmd ¶
func GetListAccountCmd ¶
func GetListAllOrdersCmd ¶
func GetListChainCmd ¶
func GetListKnownCmd ¶
func GetListL2MarketCmd ¶
func GetListMarketCmd ¶
func GetListPoolCmd ¶
func GetMintFakeCoinCmd ¶ added in v0.2.0
func GetPlaceClobOrderCmd ¶
func GetRootCmd ¶
func GetUpdatePoolFeeCmd ¶
func IsFileExists ¶
func OverwriteConfig ¶
func OverwriteConfig(configs *aptos.ConfigFile, configFile string)
Types ¶
type SharedArgs ¶
type SharedArgs struct {
// contains filtered or unexported fields
}
SharedArgs for commands
func NewSharedArgs ¶
func NewSharedArgs() *SharedArgs
func (*SharedArgs) SetCmd ¶
func (args *SharedArgs) SetCmd(cmd *cobra.Command)
func (*SharedArgs) UpdateProfileForCmd ¶
func (args *SharedArgs) UpdateProfileForCmd(cmd *cobra.Command)
type SharedArgsWithBaseQuoteCoins ¶
type SharedArgsWithBaseQuoteCoins struct { // contains filtered or unexported fields }
func NewSharedArgsWithBaseQuoteCoins ¶
func NewSharedArgsWithBaseQuoteCoins() *SharedArgsWithBaseQuoteCoins
func (*SharedArgsWithBaseQuoteCoins) SetCmd ¶
func (args *SharedArgsWithBaseQuoteCoins) SetCmd(cmd *cobra.Command)
Source Files ¶
- amm-add-liquidity.go
- amm-remove-liquidity.go
- amm-swap.go
- calculate-resource-address.go
- config-file.go
- create-market.go
- create-pool.go
- key-and-mnemonic.go
- launch-aptos-node.go
- ls-account.go
- ls-all-orders.go
- ls-chain.go
- ls-known.go
- ls-l2-market.go
- ls-market.go
- ls-pool.go
- mint-fake-coin.go
- overwrite-config.go
- place-clob-order.go
- root.go
- shared-cmd.go
- update-pool-fee.go
- util.go
Click to show internal directories.
Click to hide internal directories.