Create Did Options
interface CreateDidOptions
Represents options during the creation of a Decentralized Identifier (DID).
Implementations of this interface may contain properties and methods that provide specific options or metadata during the DID creation processes following specific DID method specifications.
Usage Example:
Implement this interface in classes where specific creation options are needed for different DID methods.
class CreateDidKeyOptions : CreateDidOptions {
// Implementation-specific options for DID creation.
}
Content copied to clipboard