pyocf.primitives.types.vesting.vestingconditiontrigger

Abstract type describing fields needed in all triggers types, with a ‘trigger’ being a condition that must be satisfied for a VestingCondition to be met

pydantic model pyocf.primitives.types.vesting.vestingconditiontrigger.VestingConditionTrigger

Abstract type describing fields needed in all triggers types, with a ‘trigger’ being a condition that must be satisfied for a VestingCondition to be met

field type: Annotated[VestingTriggerType, FieldInfo(annotation=NoneType, required=True, description='Identifies the sub-type of trigger')] [Required]

Identifies the sub-type of trigger