Documentation ¶
Index ¶
- Constants
- func GetTxCmd() *cobra.Command
- func NewMsgCreateCliffVestingAccountCmd() *cobra.Command
- func NewMsgCreatePeriodicVestingAccountCmd() *cobra.Command
- func NewMsgCreatePermanentLockedAccountCmd() *cobra.Command
- func NewMsgCreateVestingAccountCmd() *cobra.Command
- type InputPeriod
- type VestingData
Constants ¶
View Source
const (
FlagDelayed = "delayed"
)
FlagDelayed Transaction command flags.
Variables ¶
This section is empty.
Functions ¶
func NewMsgCreateCliffVestingAccountCmd ¶
NewMsgCreateCliffVestingAccountCmd returns a CLI command handler for creating a MsgCreateCliffVestingAccount transaction.
func NewMsgCreatePeriodicVestingAccountCmd ¶
NewMsgCreatePeriodicVestingAccountCmd returns a CLI command handler for creating a MsgCreatePeriodicVestingAccountCmd transaction.
func NewMsgCreatePermanentLockedAccountCmd ¶
NewMsgCreatePermanentLockedAccountCmd returns a CLI command handler for creating a MsgCreatePermanentLockedAccount transaction.
func NewMsgCreateVestingAccountCmd ¶
NewMsgCreateVestingAccountCmd returns a CLI command handler for creating a MsgCreateVestingAccount transaction.
Types ¶
type InputPeriod ¶
type VestingData ¶
type VestingData struct { StartTime int64 `json:"start_time"` Periods []InputPeriod `json:"periods"` }
Click to show internal directories.
Click to hide internal directories.