Type alias DidUpdate

DidUpdate: {
    a?: Record<string, object>;
    d?: Record<string, object>;
    u?: Record<string, object>;
    vm?: VerificationMethodOperation[];
}

Type declaration

  • Optional a?: Record<string, object>

    Metadata to add to the DID document.

  • Optional d?: Record<string, object>

    Metadata to delete from the DID document.

  • Optional u?: Record<string, object>

    Metadata records to update in the DID document

  • Optional vm?: VerificationMethodOperation[]

    Changes to the verification methods for the DID.