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

    Interface VerifyProofParams

    interface VerifyProofParams {
        document: string;
        expectedChallenge?: string;
        expectedDomain?: string[];
        expectedPurpose: string;
        mediaType?: string;
    }
    Index

    Properties

    document: string
    expectedChallenge?: string
    expectedDomain?: string[]
    expectedPurpose: string
    mediaType?: string