- Preparing search index...
- The search index is not available
v0.4.0-beta
Type alias WithinVestingPeriod
WithinVestingPeriod: { cancelInput?: Input[]; currentPeriod: bigint; name: "WithinVestingPeriod"; periodInterval: [Date, Date]; quantities: Quantities; scheme: VestingScheme; withdrawInput?: Input[]; }
Type declaration
-
Optional
cancelInput?: Input[]
-
currentPeriod: bigint
-
name: "WithinVestingPeriod"
-
periodInterval: [Date, Date]
-
-
-
Optional
withdrawInput?: Input[]
Vesting State where the contract in within a vesting period
currentPeriod
Inputs are predefined, as a user of this contract, you don't need to create these inputs yourself. You can provide this input directly toapplyInputs
on theContractLifeCycleAPI
:cancelInput
is availaible if the connected wallet is the Provider.withdrawInput
is availaible if the connected wallet is the Claimer.