NoDepositBeforeDeadline: {
    initialDepositDeadline: Date;
    name: "NoDepositBeforeDeadline";
    payMinUtxoBackInput: Input[];
    scheme: VestingScheme;
}

Vesting State where the Initial Deposit deadline has passed. It supposed to be given by the Provider and is a prerequesite to continue the contract logic.

Type declaration

  • initialDepositDeadline: Date
  • name: "NoDepositBeforeDeadline"
  • payMinUtxoBackInput: Input[]
  • scheme: VestingScheme