UNPKG

web3-eth

Version:

Web3 module to interact with the Ethereum blockchain and smart contracts.

5 lines (4 loc) 296 B
import { AbiEventFragment, LogsInput, DataFormat, EventLog, ContractAbiWithSignature } from 'web3-types'; export declare const decodeEventABI: (event: AbiEventFragment & { signature: string; }, data: LogsInput, jsonInterface: ContractAbiWithSignature, returnFormat?: DataFormat) => EventLog;