Type alias SemaphoreProof
SemaphoreProof: {
merkleTreeDepth: number;
merkleTreeRoot: NumericString;
message: NumericString;
nullifier: NumericString;
points: PackedGroth16Proof;
scope: NumericString;
}
Type declaration
merkleTreeDepth: number
merkleTreeRoot: NumericString
message: NumericString
nullifier: NumericString
points: PackedGroth16Proof
scope: NumericString