VestingEnded: {
    name: "VestingEnded";
    quantities: Quantities;
    scheme: VestingScheme;
    withdrawInput?: Input[];
}

Vesting State where the contract has passed all its vesting periods Inputs are predefined, as a user of this contract, you don't need to create these inputs yourself. You can provide this input directly to applyInputs on the ContractLifeCycleAPI :

  • withdrawInput is availaible if the connected wallet is the Claimer.

Type declaration