Type alias Did

Did: {
    controllerKey?: Buffer;
    isDeactivated?: boolean;
    metadata?: Record<string, object>;
    verificationMethods: VerificationMethod[];
}

Type declaration

  • Optional controllerKey?: Buffer

    The p2tr key corresponding to the DID UTXO that can be used to update or deactivate the DID.

  • Optional isDeactivated?: boolean
  • Optional metadata?: Record<string, object>

    Additional metadata pertaining to the DID such as services.

  • verificationMethods: VerificationMethod[]

    The verification methods for the DID.