Coda by Ian Macalinao
    Preparing search index...

    A Merkle proof used to validate membership against a rule's root hash.

    type ProofInfo = {
        proof: number[][];
    }
    Index
    proof: number[][]

    The sibling hashes forming the Merkle proof.