events

Event emitter for wallet lifecycle events.

Subscribe to events to monitor wallet creation, connection, transactions, and credential lifecycle operations.

Example:

kit.events.on<SmartAccountEvent.WalletConnected> { event ->
println("Connected to ${event.contractId}")
}