interface IClaimData {
    amountLocked: BN;
    amountUnlocked: BN;
    id: string;
    proof: number[][];
}

Properties

amountLocked: BN
amountUnlocked: BN
id: string
proof: number[][]