Documentation ¶
Index ¶
- Constants
- func FlagSetLockTokens() *flag.FlagSet
- func FlagSetMinDuration() *flag.FlagSet
- func FlagSetUnlockTokens() *flag.FlagSet
- func GetCmdAccountLockedCoins() *cobra.Command
- func GetCmdAccountLockedDuration() *cobra.Command
- func GetCmdAccountLockedLongerDuration() *cobra.Command
- func GetCmdAccountLockedLongerDurationDenom() *cobra.Command
- func GetCmdAccountLockedLongerDurationNotUnlockingOnly() *cobra.Command
- func GetCmdAccountLockedPastTime() *cobra.Command
- func GetCmdAccountLockedPastTimeDenom() *cobra.Command
- func GetCmdAccountLockedPastTimeNotUnlockingOnly() *cobra.Command
- func GetCmdAccountUnlockableCoins() *cobra.Command
- func GetCmdAccountUnlockedBeforeTime() *cobra.Command
- func GetCmdAccountUnlockingCoins() *cobra.Command
- func GetCmdLockedByID() *cobra.Command
- func GetCmdModuleBalance() *cobra.Command
- func GetCmdModuleLockedAmount() *cobra.Command
- func GetCmdOutputLocksJson() *cobra.Command
- func GetCmdSyntheticLockupsByLockupID() *cobra.Command
- func GetCmdTotalLockedByDenom() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewBeginUnlockByIDCmd() *cobra.Command
- func NewBeginUnlockingCmd() *cobra.Command
- func NewLockTokensCmd() *cobra.Command
Constants ¶
const ( FlagDuration = "duration" FlagMinDuration = "min-duration" FlagAmount = "amount" )
flags for lockup module tx commands.
Variables ¶
This section is empty.
Functions ¶
func FlagSetLockTokens ¶
FlagSetLockTokens returns flags for LockTokens msg builder.
func FlagSetMinDuration ¶
func FlagSetUnlockTokens ¶
func GetCmdAccountLockedCoins ¶
GetCmdAccountLockedCoins returns locked coins that can't be withdrawn of a specific account.
func GetCmdAccountLockedDuration ¶
GetCmdAccountLockedDuration returns account locked records with a specific duration.
func GetCmdAccountLockedLongerDuration ¶
GetCmdAccountLockedLongerDuration returns account locked records with longer duration.
func GetCmdAccountLockedLongerDurationDenom ¶
GetCmdAccountLockedLongerDurationDenom returns account's locks for a specific denom with longer duration than the given duration.
func GetCmdAccountLockedLongerDurationNotUnlockingOnly ¶
GetCmdAccountLockedLongerDurationNotUnlockingOnly returns account locked records with longer duration from unlocking only queue.
func GetCmdAccountLockedPastTime ¶
GetCmdAccountLockedPastTime returns locks of an account with unlock time beyond timestamp.
func GetCmdAccountLockedPastTimeDenom ¶
GetCmdAccountLockedPastTimeDenom returns locks of an account whose unlock time is beyond given timestamp, and locks with the specified denom.
func GetCmdAccountLockedPastTimeNotUnlockingOnly ¶
GetCmdAccountLockedPastTimeNotUnlockingOnly returns locks of an account with unlock time beyond provided timestamp amongst the locks that are in the unlocking queue.
func GetCmdAccountUnlockableCoins ¶
GetCmdAccountUnlockableCoins returns unlockable coins which has finsihed unlocking.
func GetCmdAccountUnlockedBeforeTime ¶
GetCmdAccountUnlockedBeforeTime returns locks with unlock time before the provided timestamp.
func GetCmdAccountUnlockingCoins ¶
GetCmdAccountUnlockingCoins returns unlocking coins of a specific account.
func GetCmdModuleBalance ¶
GetCmdModuleBalance returns full balance of the lockup module. Lockup module is where coins of locks are held. This includes locked balance and unlocked balance of the module.
func GetCmdModuleLockedAmount ¶
GetCmdModuleLockedAmount returns locked balance of the module, which are all the tokens not unlocking + tokens that are not finished unlocking.
func GetCmdOutputLocksJson ¶
GetCmdOutputLocksJson outputs all locks into a file called lock_export.json.
func GetCmdSyntheticLockupsByLockupID ¶
GetCmdSyntheticLockupsByLockupID returns synthetic lockups by lockup id.
func GetCmdTotalLockedByDenom ¶
GetCmdTotalBondedByDenom returns total amount of locked asset of a specific denom.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module.
func NewBeginUnlockByIDCmd ¶
NewBeginUnlockByIDCmd unlocks individual period lock by ID.
func NewBeginUnlockingCmd ¶
NewBeginUnlockingCmd starts unlocking all unlockable locks from user's account.
func NewLockTokensCmd ¶
NewLockTokensCmd creates a new lock with the specified duration and tokens from the user's account.
Types ¶
This section is empty.