Type alias VerificationMethod<IdType>

VerificationMethod<IdType>: {
    controller: Did;
    id: IdType;
    publicKeyMultibase: Base58BtcMultibaseString;
    type: "Multikey";
}

The verification method of a DID.

Type Parameters

Type declaration

  • controller: Did

    The controller of the verification method.

  • id: IdType

    The identifier (DID + fragment, i.e., #<id>) of the verification method.

  • publicKeyMultibase: Base58BtcMultibaseString
  • type: "Multikey"

    The type of the verification method. This is fixed for KILT DIDs.