Package web5.sdk.dids
Interface CreateDidOptions
-
- All Implemented Interfaces:
public interface CreateDidOptionsRepresents 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.
Implement this interface in classes where specific creation options are needed for different DID methods.
class CreateDidKeyOptions : CreateDidOptions { // Implementation-specific options for DID creation. }