Package-level declarations

Types

Link copied to clipboard
data class PresentationRequestPreview(val verifierName: String?, val requestedFields: List<RequestedFieldPreview>)
Link copied to clipboard
class RemotePresentation(wallet: WalletHandle, context: Context, options: WalletSdkOptions)
Link copied to clipboard

SDK-level domain errors for remote OpenID4VP presentations.

Link copied to clipboard

Exception wrapper that carries a stable RemotePresentationError plus an optional underlying cause from the OpenID4VP / HTTP / crypto stack.

Link copied to clipboard
data class RequestedFieldPreview(val id: String, val displayName: String, val credentialType: String, val isRequired: Boolean)