interface CompressedExistenceProof {
    key: Uint8Array;
    leaf?: LeafOp;
    path: number[];
    value: Uint8Array;
}

Properties

Properties

key: Uint8Array
leaf?: LeafOp
path: number[]

these are indexes into the lookup_inners table in CompressedBatchProof

value: Uint8Array