pyocf.types.vesting.vestingscheduleabsolutetrigger
Describes a vesting condition satisfied on an absolute date.
- pydantic model pyocf.types.vesting.vestingscheduleabsolutetrigger.VestingScheduleAbsoluteTrigger
Describes a vesting condition satisfied on an absolute date.
- field date: Annotated[Date, FieldInfo(annotation=NoneType, required=True, description='The date on which this condition triggers.')] [Required]
The date on which this condition triggers.
- field type: Annotated[Literal['VESTING_SCHEDULE_ABSOLUTE'], FieldInfo(annotation=NoneType, required=True, description='')] = 'VESTING_SCHEDULE_ABSOLUTE'