WalletBridgeStoredDid

data class WalletBridgeStoredDid(val did: String, val documentJson: String)

DID document entry exchanged with Swift custom DID stores.

Constructors

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

Properties

Link copied to clipboard
val did: String

Stable DID string.

Link copied to clipboard

Serialized DID document JSON object.