useContractEvents
Get or subscribe to contract events
Example
const { data: contractEvents, isLoading } =
useContractEvents(contract);
Parameters
Returns
a response object that includes the contract events
Get or subscribe to contract events
const { data: contractEvents, isLoading } =
useContractEvents(contract);
a response object that includes the contract events