interface ILockBatchRecipient {
    amount: BN;
    name: string;
    recipient: string;
}

Properties

Properties

amount: BN
name: string
recipient: string