decodeLog
Callable
Type parameters
- ReturnType: DecodedParams<ReturnType>
Parameters
inputs: readonly AbiParameter[] | AbiParameter[]
A AbiParameter input array. See the Solidity documentation for a list of types.
data: string
The ABI byte code in the
data
field of a log.topics: string | string[]
An array with the index parameter topics of the log, without the topic[0] if its a non-anonymous event, otherwise with topic[0]
Returns ReturnType
- The result object containing the decoded parameters.
Decodes ABI-encoded log data and indexed topic data.