interface CompressedNonExistenceProof {
    key: Uint8Array;
    left?: CompressedExistenceProof;
    right?: CompressedExistenceProof;
}

Properties

Properties

key: Uint8Array

TODO: remove this as unnecessary??? we prove a range