ReserveSigningKeyResponse

data class ReserveSigningKeyResponse(val signingKey: String)

Parameters

signingKey

The public key for the reserved signing key, in did:key serialization.

Constructors

Link copied to clipboard
constructor(signingKey: String)

Properties

Link copied to clipboard

The public key for the reserved signing key, in did:key serialization.