Hook for opening the wallet inventory modal
UseOpenWalletModalReturnType
(isOpen: boolean) => void
Function to open or close the Wallet modal.
Parameters:
Parameter | Type | Description |
---|---|---|
isOpen | boolean | Whether the modal should be open (true ) or closed (false ) |
boolean
The current open state of the Wallet modal (true
if open, false
if closed).