interface SemaphoreGroupPCDClaim {
    depth: number;
    externalNullifier: string;
    merkleRoot: string;
    nullifierHash: string;
    signal: string;
}

Properties

depth: number

Depth of the tree for the Merkle root.

externalNullifier: string

Stringified BigInt.

merkleRoot: string

The merkle root of the group being proven membership in. Retreiving members in the root is left to the application logic.

nullifierHash: string

Stringified BigInt.

signal: string

Stringified BigInt.

Generated using TypeDoc