interface IVestingBatchRecipient {
    amount: BN;
    amountPerPeriod?: BN;
    cliffAmount?: BN;
    name: string;
    recipient: string;
}

Properties

amount: BN
amountPerPeriod?: BN
cliffAmount?: BN
name: string
recipient: string