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