Documentation ¶
Index ¶
- Constants
- func CmdAddCollateral() *cobra.Command
- func CmdAddPools() *cobra.Command
- func CmdClaimRewards() *cobra.Command
- func CmdClose() *cobra.Command
- func CmdCloseEstimation() *cobra.Command
- func CmdCommittedTokensLocked() *cobra.Command
- func CmdDewhitelist() *cobra.Command
- func CmdGetPositions() *cobra.Command
- func CmdGetPositionsByPool() *cobra.Command
- func CmdGetPositionsForAddress() *cobra.Command
- func CmdGetStatus() *cobra.Command
- func CmdGetWhitelist() *cobra.Command
- func CmdIsWhitelisted() *cobra.Command
- func CmdLiquidationPrice() *cobra.Command
- func CmdListPool() *cobra.Command
- func CmdOpen() *cobra.Command
- func CmdOpenEstimation() *cobra.Command
- func CmdPosition() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdRewards() *cobra.Command
- func CmdShowPool() *cobra.Command
- func CmdUpdateParams() *cobra.Command
- func CmdUpdatePools() *cobra.Command
- func CmdUpdateStopLoss() *cobra.Command
- func CmdWhitelist() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagLeverageMax = "leverage-max" FlagMaxOpenPositions = "max-open-positions" FlagPoolOpenThreshold = "pool-open-threshold" FlagSafetyFactor = "safety-factor" FlagWhitelistingEnabled = "whitelisting-enabled" FlagEpochLength = "epoch-length" )
Variables ¶
This section is empty.
Functions ¶
func CmdAddCollateral ¶ added in v0.37.0
func CmdClaimRewards ¶ added in v0.33.0
func CmdCloseEstimation ¶ added in v0.33.0
func CmdCommittedTokensLocked ¶ added in v0.40.0
func CmdDewhitelist ¶
func CmdGetPositions ¶
func CmdGetPositionsByPool ¶
func CmdGetStatus ¶
func CmdGetWhitelist ¶
func CmdIsWhitelisted ¶
func CmdLiquidationPrice ¶ added in v0.35.0
func CmdListPool ¶
func CmdOpenEstimation ¶ added in v0.33.0
func CmdPosition ¶
func CmdQueryParams ¶
func CmdRewards ¶ added in v0.33.0
func CmdShowPool ¶
func CmdUpdateStopLoss ¶ added in v0.33.0
func CmdWhitelist ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Source Files ¶
- query.go
- query_close_estimation.go
- query_committed_tokens_locked.go
- query_get_positions.go
- query_get_positions_by_pool.go
- query_get_positions_for_address.go
- query_get_status.go
- query_get_whitelist.go
- query_is_whitelisted.go
- query_liquidation_price.go
- query_open_estimation.go
- query_params.go
- query_pool.go
- query_position.go
- query_rewards.go
- tx.go
- tx_add_collateral.go
- tx_add_pool.go
- tx_claim_rewards.go
- tx_close.go
- tx_dewhitelist.go
- tx_open.go
- tx_update_params.go
- tx_update_pools.go
- tx_update_stop_loss.go
- tx_whitelist.go
Click to show internal directories.
Click to hide internal directories.