Documentation
    Preparing search index...
    interface VerifyInput {
        did: VerifiableDID;
        message: Uint8Array<ArrayBuffer>;
        signature: Uint8Array<ArrayBuffer>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: Uint8Array<ArrayBuffer>
    signature: Uint8Array<ArrayBuffer>