Witness
type Witness = {
isLeft: boolean;
sibling: Field;
}[];
Defined in: lib/provable/merkle-tree.ts:16
Type declaration
isLeft
isLeft: boolean;
sibling
sibling: Field;
type Witness = {
isLeft: boolean;
sibling: Field;
}[];
Defined in: lib/provable/merkle-tree.ts:16
isLeft: boolean;
sibling: Field;