MobileWalletBootstrapResult

data class MobileWalletBootstrapResult(val keyId: String, val did: String)

Result returned after a mobile wallet has been initialized with signing material and a DID.

Constructors

Link copied to clipboard
constructor(keyId: String, did: String)

Properties

Link copied to clipboard
val did: String

Decentralized identifier registered for the persisted key.

Link copied to clipboard

Identifier of the persisted signing key used by the wallet.