Documentation ¶
Index ¶
- Constants
- func GetCmdAllIntermediaryAccounts() *cobra.Command
- func GetCmdAllSuperfluidAssets() *cobra.Command
- func GetCmdAssetMultiplier() *cobra.Command
- func GetCmdConnectedIntermediaryAccount() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdSuperfluidDelegationAmount() *cobra.Command
- func GetCmdSuperfluidDelegationsByDelegator() *cobra.Command
- func GetCmdSuperfluidUndelegationsByDelegator() *cobra.Command
- func GetCmdTotalDelegationByDelegator() *cobra.Command
- func GetCmdTotalSuperfluidDelegations() *cobra.Command
- func GetCmdUnpoolWhitelist() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewAddToConcentratedLiquiditySuperfluidPositionCmd() (*osmocli.TxCliDesc, *types.MsgAddToConcentratedLiquiditySuperfluidPosition)
- func NewCmdLockAndSuperfluidDelegate() *cobra.Command
- func NewCmdSubmitRemoveSuperfluidAssetsProposal() *cobra.Command
- func NewCmdSubmitSetSuperfluidAssetsProposal() *cobra.Command
- func NewCmdUnPoolWhitelistedPool() *cobra.Command
- func NewCmdUpdateUnpoolWhitelistProposal() *cobra.Command
- func NewCreateFullRangePositionAndSuperfluidDelegateCmd() (*osmocli.TxCliDesc, *types.MsgCreateFullRangePositionAndSuperfluidDelegate)
- func NewSuperfluidDelegateCmd() *cobra.Command
- func NewSuperfluidUnbondLockCmd() *cobra.Command
- func NewSuperfluidUndelegateAndUnbondLockCmd() *cobra.Command
- func NewSuperfluidUndelegateCmd() *cobra.Command
- func NewUnlockAndMigrateSharesToFullRangeConcentratedPositionCmd() (*osmocli.TxCliDesc, ...)
Constants ¶
const ( FlagSuperfluidAssets = "superfluid-assets" FlagPoolIds = "pool-ids" FlagOverwrite = "is-overwrite" )
Proposal flags.
Variables ¶
This section is empty.
Functions ¶
func GetCmdAssetMultiplier ¶
func GetCmdQueryParams ¶
GetCmdQueryParams implements a command to fetch superfluid parameters.
func GetCmdSuperfluidDelegationAmount ¶
GetCmdSuperfluidDelegationAmount returns the coins superfluid delegated for a delegator, validator, denom.
func GetCmdSuperfluidDelegationsByDelegator ¶
GetCmdSuperfluidDelegationsByDelegator returns the coins superfluid delegated for the specified delegator.
func GetCmdSuperfluidUndelegationsByDelegator ¶
GetCmdSuperfluidUndelegationsByDelegator returns the coins superfluid undelegated for the specified delegator.
func GetCmdTotalSuperfluidDelegations ¶
GetCmdTotalSuperfluidDelegations returns total amount of base denom delegated via superfluid staking.
func GetCmdUnpoolWhitelist ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module.
func NewAddToConcentratedLiquiditySuperfluidPositionCmd ¶
func NewAddToConcentratedLiquiditySuperfluidPositionCmd() (*osmocli.TxCliDesc, *types.MsgAddToConcentratedLiquiditySuperfluidPosition)
func NewCmdLockAndSuperfluidDelegate ¶
NewCmdLockAndSuperfluidDelegate implements a command handler for simultaneous locking and superfluid delegation.
func NewCmdSubmitRemoveSuperfluidAssetsProposal ¶
NewCmdSubmitRemoveSuperfluidAssetsProposal implements a command handler for submitting a superfluid asset remove proposal transaction.
func NewCmdSubmitSetSuperfluidAssetsProposal ¶
NewCmdSubmitSetSuperfluidAssetsProposal implements a command handler for submitting a superfluid asset set proposal transaction.
func NewCmdUpdateUnpoolWhitelistProposal ¶
NewCmdUpdateUnpoolWhitelistProposal defines the command to create a new update unpool whitelist proposal command.
func NewCreateFullRangePositionAndSuperfluidDelegateCmd ¶
func NewCreateFullRangePositionAndSuperfluidDelegateCmd() (*osmocli.TxCliDesc, *types.MsgCreateFullRangePositionAndSuperfluidDelegate)
func NewSuperfluidDelegateCmd ¶
NewSuperfluidDelegateCmd broadcast MsgSuperfluidDelegate.
func NewUnlockAndMigrateSharesToFullRangeConcentratedPositionCmd ¶
func NewUnlockAndMigrateSharesToFullRangeConcentratedPositionCmd() (*osmocli.TxCliDesc, *types.MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition)
Types ¶
This section is empty.