UNPKG

@msquared/etherbase-client

Version:

React hooks for interacting with Etherbase smart contracts

3 lines (2 loc) 223 B
import type { UseEtherbaseEventsProps, UseEtherbaseEventsReturn } from "./types/events"; export default function useEtherbaseEvents({ contractAddress, events, onEvent, }: UseEtherbaseEventsProps): UseEtherbaseEventsReturn;