UNPKG

web3-eth

Version:

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

5 lines 334 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; //# sourceMappingURL=decoding.d.ts.map