Export

VerificationMethod

Hierarchy

  • VerificationMethod

Properties

controller: string

Verification controller DID

Memberof

VerificationMethod

id: string

Verification Method ID

Memberof

VerificationMethod

publicKeyBase58?: string

Public Key in base58 format

Memberof

VerificationMethod

publicKeyJwk?: {
    [key: string]: object;
}

Public Key in Jwk format

Type declaration

  • [key: string]: object

Memberof

VerificationMethod

publicKeyMultibase?: string

Public Key in multibase format

Memberof

VerificationMethod

type: string

Type of Verification Method

Memberof

VerificationMethod

Generated using TypeDoc