Type alias GetWatchEvent<Narrowable, TAbi, TEventName, TAbiEvent, Args, Options, IndexedInputs>

GetWatchEvent<Narrowable, TAbi, TEventName, TAbiEvent, Args, Options, IndexedInputs>: Narrowable extends true
    ? ((...parameters) => WatchContractEventReturnType)
    : ((...parameters) => WatchContractEventReturnType)

Type Parameters

Generated using TypeDoc