Create Did Dht Options
class CreateDidDhtOptions(val verificationMethods: Iterable<<Error class: unknown class><Jwk, List<Purpose>, String?>>? = null, val services: Iterable<Service>? = null, val publish: Boolean = true, val controllers: Iterable<String>? = null, val alsoKnownAses: Iterable<String>? = null) : CreateDidOptions
Specifies options for creating a new "did:dht" Decentralized Identifier (DID).