Interface LowLeafWitnessData

All of the data to be return during batch insertion.

interface LowLeafWitnessData {
    index: bigint;
    leafData: LeafData;
    siblingPath: BaseSiblingPath;
}

Properties

index: bigint

The index of low nullifier.

leafData: LeafData

Preimage of the low nullifier that proves non membership.

siblingPath: BaseSiblingPath

Sibling path to prove membership of low nullifier.