receipts

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindLog

func FindLog[T any](logs []*types.Log, parser func(types.Log) (T, error)) (T, error)

FindLog searches the array of logs (typically retrieved from a receipt) to find one that can be parsed by the supplied parser (usually the Parse<EventName> function from generated bindings for a contract). e.g. receipts.FindLog(receipt.Logs, optimismPortal.ParseTransactionDeposited) Either the first parsable event is returned or an error with the parse failures.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL