Documentation ¶
Index ¶
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.
func NewMsgCreateVestingAccountCmd ¶
NewMsgCreateVestingAccountCmd returns a CLI command handler for creating a MsgCreateVestingAccount 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.