Skip to main content
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.

Properties

currentWallet

The currently-loaded wallet, or null if no wallet has been loaded.

currentWalletId

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

status

Current lifecycle status. See CrossmintWalletStatus for values.