PeriodicVestingAccount implements the VestingAccount interface. It periodically vests by unlocking coins during each specified period.

Hierarchy

  • PeriodicVestingAccount

Properties

baseVestingAccount: undefined | BaseVestingAccount
startTime: number
vestingPeriods: Period[]

Generated using TypeDoc