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

    Interface ProofVerificationParams

    interface ProofVerificationParams {
        hash: Bytes;
        options: ProofOptions;
        signature: Bytes;
    }
    Index

    Properties

    hash: Bytes
    options: ProofOptions
    signature: Bytes