Optional cancelableOptional cancelableWhether the sender can cancel the vesting stream. Defaults to false.
Optional cliffOptional cliff configuration
Duration until the cliff
Optional unlockTokens released at cliff.
number: custom token amount (backward compatible shorthand)'linear': linear vesting calculation{ type: 'linear' }: linear vesting calculation{ type: 'custom', value: number }: explicit custom token amountHuman-readable name (e.g., 'Team', 'Advisors') for this vesting stream (max 64 chars)
Recipient wallet address
Total number of tokens in the vesting schedule
Optional transferableWhether the recipient can transfer the vesting stream. Defaults to false.
Optional transferableWhether the sender can transfer the vesting stream. Defaults to false.
How frequently tokens are released
Duration of the full vesting period
When the vesting stream starts
Generated using TypeDoc
Whether the recipient can cancel the vesting stream. Defaults to false.