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 NewCmdLockAndSuperfluidDelegate() *cobra.Command
- func NewCmdSubmitRemoveSuperfluidAssetsProposal() *cobra.Command
- func NewCmdSubmitSetSuperfluidAssetsProposal() *cobra.Command
- func NewCmdUnPoolWhitelistedPool() *cobra.Command
- func NewCmdUpdateUnpoolWhitelistProposal() *cobra.Command
- func NewSuperfluidDelegateCmd() *cobra.Command
- func NewSuperfluidUnbondLockCmd() *cobra.Command
- func NewSuperfluidUndelegateCmd() *cobra.Command
Constants ¶
const ( FlagSuperfluidAssets = "superfluid-assets" FlagPoolIds = "pool-ids" FlagOverwrite = "is-overwrite" )
Proposal flags.
Variables ¶
This section is empty.
Functions ¶
func GetCmdAllIntermediaryAccounts ¶
GetCmdAllIntermediaryAccounts returns all superfluid intermediary accounts.
func GetCmdAllSuperfluidAssets ¶
GetCmdAllSuperfluidAssets returns all superfluid enabled assets.
func GetCmdAssetMultiplier ¶
GetCmdAssetMultiplier returns multiplier of an asset by denom.
func GetCmdConnectedIntermediaryAccount ¶
GetCmdConnectedIntermediaryAccount returns connected intermediary account.
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 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 NewCmdUnPoolWhitelistedPool ¶
NewCmdUnPoolWhitelistedPool implements a command handler for unpooling whitelisted pools.
func NewCmdUpdateUnpoolWhitelistProposal ¶
NewCmdUpdateUnpoolWhitelistProposal defines the command to create a new update unpool whitelist proposal command.
func NewSuperfluidDelegateCmd ¶
NewSuperfluidDelegateCmd broadcast MsgSuperfluidDelegate.
func NewSuperfluidUnbondLockCmd ¶
NewSuperfluidUnbondLock broadcast MsgSuperfluidUndelegate and.
func NewSuperfluidUndelegateCmd ¶
NewSuperfluidUndelegateCmd broadcast MsgSuperfluidUndelegate.
Types ¶
This section is empty.