useEvent
Usage
connect()
must be called and WalletConnect session must be initiated before account information will be returned.
The useEvent
hook is a React Hook wrapper around the getEvent function.
If an address is provided, the wallet will return that an event for a given address if that address is in the wallet. Otherwise, it will use the currently selected account’s address.
If the multisig flag is true, the sdk will not fetch until an address is present
Return Value
Additional related types can be found on the events page.