data class DidOptions
Represents options for generating a Did/VerKey pair.
<init> |
Represents options for generating a Did/VerKey pair. DidOptions(did: String?, seed: String?) |
did |
is an optional static DID; if null, a random DID will be generated. val did: String? |
seed |
in an optional seed for the verification key. If null, a random seed will be used. val seed: String? |