Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Abstract Interface Class Read-only observation surface for the wallet state held by the CrossmintWalletController. Exposed via CrossmintWalletController.state so advanced consumers can subscribe to wallet / status changes directly without reaching into the controller, while still routing all mutations through the controller’s public API.
abstract interface class CrossmintWalletStateView implements Listenable

Properties

currentWallet

CrossmintWallet? get currentWallet
The currently-loaded wallet, or null if no wallet has been loaded.

currentWalletId

String? get currentWalletId
The identifier of the most recently-loaded wallet, or null if the repository is in the initial / cleared state.

status

CrossmintWalletStatus get status
Current lifecycle status. See CrossmintWalletStatus for values.