VestingScheme: {
    expectedInitialDeposit: TokenValue;
    frequency: Frequency;
    numberOfPeriods: bigint;
    start: Date;
}

Vesting Scheme Definition

Type declaration

  • expectedInitialDeposit: TokenValue

    The token and its amount to be vested by the provider

  • frequency: Frequency

    Frequency at which chunks of tokens will be released

  • numberOfPeriods: bigint

    Number of Periods the Provider wants, to release the totality of the tokens to the claimer.

  • start: Date

    Start of the vesting schedule