WalletTransactionRelyingParty

@Serializable
data class WalletTransactionRelyingParty(val name: String, val isVerified: Boolean)

Verifier (relying party) summary attached to presentation events.

Constructors

Link copied to clipboard
constructor(name: String, isVerified: Boolean)

Properties

Link copied to clipboard

Whether the verifier's reader auth chain was validated against the trust store.

Link copied to clipboard

Verifier-provided name (may be empty).