interface NewClaimArgs {
    amountLocked: BN;
    amountUnlocked: BN;
    proof: number[][];
}

Properties

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