LongFormPrismDIDResolver

The LongFormPrismDIDResolver class is an implementation of the DIDResolver interface for resolving DID document using the LongForm PRISM method.

Parameters

apollo

The Apollo instance used for cryptographic operations.

See also

Constructors

Link copied to clipboard
constructor(apollo: Apollo)

Properties

Link copied to clipboard
open override val method: String

Functions

Link copied to clipboard
open suspend override fun resolve(didString: String): DIDDocument

Resolves a DID document using the LongForm PRISM method.