ethutil

package
v1.39.1 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2025 License: LGPL-3.0, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertLogsToBloom added in v1.38.8

func ConvertLogsToBloom(logs []types.Log) types.Bloom

func ValidateLogsWithBlockHeader

func ValidateLogsWithBlockHeader(logs []types.Log, header *types.Header) bool

Types

type LogsBloomCheckFunc added in v1.38.8

type LogsBloomCheckFunc func(logs []types.Log, header *types.Header) bool

LogsBloomCheckFunc is the shape of a logs bloom validation function. Returning true means the logs match the header; false means they do not.

type LogsFilterFunc added in v1.38.8

type LogsFilterFunc func(logs []types.Log, header *types.Header, block *types.Block) []types.Log

LogsFilterFunc transforms or filters logs before validation. The block is provided for cases where filtering depends on transaction data.

Jump to

Keyboard shortcuts

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