interface IRecipient {
    amount: BN;
    amountPerPeriod: BN;
    cliffAmount: BN;
    name: string;
    nonce?: number;
    recipient: string;
}

Properties

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