Documentation ¶
Index ¶
- Constants
- func CmdAirdrop() *cobra.Command
- func CmdCancelVest() *cobra.Command
- func CmdClaimAirdrop() *cobra.Command
- func CmdClaimKol() *cobra.Command
- func CmdCommitClaimedRewards() *cobra.Command
- func CmdCommitmentVestingInfo() *cobra.Command
- func CmdCommittedTokensLocked() *cobra.Command
- func CmdKol() *cobra.Command
- func CmdNumberOfCommitments() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdShowCommitments() *cobra.Command
- func CmdStake() *cobra.Command
- func CmdTotalAirdropClaimed() *cobra.Command
- func CmdUncommitTokens() *cobra.Command
- func CmdUnstake() *cobra.Command
- func CmdUpdateAirdropParams() *cobra.Command
- func CmdUpdateEnableVestNow() *cobra.Command
- func CmdUpdateVestingInfo() *cobra.Command
- func CmdVest() *cobra.Command
- func CmdVestLiquid() *cobra.Command
- func CmdVestNow() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagBaseDenom = "base-denom" FlagVestingDenom = "vesting-denom" FlagEpochIdentifier = "epoch-identifier" FlagNumEpochs = "num-epochs" FlagVestNowFactor = "vest-now-factor" FlagNumMaxVestings = "num-max-vestings" FlagExpedited = "expedited" FlagEnableVestNow = "enable-vest-now" )
View Source
const FlagEnableClaim = "enable-claim"
View Source
const FlagRefund = "refund"
Variables ¶
This section is empty.
Functions ¶
func CmdAirdrop ¶ added in v0.55.0
func CmdCancelVest ¶
func CmdClaimAirdrop ¶ added in v1.1.0
func CmdClaimKol ¶ added in v1.1.0
func CmdCommitClaimedRewards ¶ added in v0.15.0
func CmdCommitmentVestingInfo ¶ added in v0.38.1
func CmdCommittedTokensLocked ¶ added in v0.37.0
func CmdNumberOfCommitments ¶ added in v0.31.0
func CmdQueryParams ¶
func CmdShowCommitments ¶
func CmdTotalAirdropClaimed ¶ added in v1.1.0
func CmdUncommitTokens ¶
func CmdUnstake ¶ added in v0.14.0
func CmdUpdateAirdropParams ¶ added in v1.1.0
func CmdUpdateEnableVestNow ¶ added in v0.54.0
func CmdUpdateVestingInfo ¶ added in v0.12.0
func CmdVestLiquid ¶ added in v0.13.0
func CmdVestNow ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Source Files ¶
- constants.go
- query.go
- query_airdrop.go
- query_commitment_vesting_info.go
- query_kol.go
- query_params.go
- query_show_commitments.go
- query_total_airdrop_claimed.go
- tx.go
- tx_cancel_vest.go
- tx_claim_airdrop.go
- tx_claim_kol.go
- tx_commit_claimed_tokens.go
- tx_stake.go
- tx_uncommit_tokens.go
- tx_unstake.go
- tx_update_airdrop_params.go
- tx_update_enable_vest_now.go
- tx_update_vesting_info.go
- tx_vest.go
- tx_vest_liquid.go
- tx_vest_now.go
Click to show internal directories.
Click to hide internal directories.