vesting
AmountLow
interface:
vesting.AmountLow.issummary: Amount being transferred is too low to create a vesting schedule.
AtMaxVestingSchedules
interface:
vesting.AtMaxVestingSchedules.issummary: The account already has
MaxVestingSchedulescount of schedules and thus cannot add another one. Consider merging existing schedules in order to add another.
InvalidScheduleParams
interface:
vesting.InvalidScheduleParams.issummary: Failed to create a new schedule because some parameter was invalid.
NotVesting
interface:
vesting.NotVesting.issummary: The account given is not vesting.
ScheduleIndexOutOfBounds
interface:
vesting.ScheduleIndexOutOfBounds.issummary: An index was out of bounds of the vesting schedules.