Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DidDocumentPatchOptions

An options object used to update a Did Document by adding or updating one or more public keys It must contain the subject's updateKey and a signature by either one of the subject's existing signing keys or another key to which the correct authority has been delegated

Hierarchy

  • Omit<DidDocumentPatchOptionsPb, "proof" | "holderOptions">
    • DidDocumentPatchOptions

Index

Properties

did

did: string

identifies the DidDocument to update

Optional holderOptions

holderOptions: HolderOptions

proof

proof: ProofPb

publicKeyInfo

keys to update/add

updateKey

updateKey: string

the subject's updateKey

Generated using TypeDoc