@did-btc1/common
    Preparing search index...

    Interface SmtProof

    A placeholder for the actual Sparse Merkle Tree inclusion/non-inclusion proof.

    DID BTC1 5.3 SMTAggregate Beacon.

    interface SmtProof {
        leafIndex?: string;
        siblingHashes: string[];
    }
    Index

    Properties

    leafIndex?: string
    siblingHashes: string[]