interface ICloseClaimData {
    amountLocked?: BN;
    amountUnlocked?: BN;
    claimant: string | PublicKey;
    id: string;
    proof?: number[][];
}

Hierarchy

Properties

amountLocked?: BN
amountUnlocked?: BN
claimant: string | PublicKey
id: string
proof?: number[][]