interfaces

package
v0.7.9 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2025 License: GPL-3.0, LGPL-3.0 Imports: 3 Imported by: 47

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptedContractCaller

type AcceptedContractCaller interface {
	AcceptedCallContract(ctx context.Context, call ethereum.CallMsg) ([]byte, error)
}

AcceptedContractCaller can be used to perform calls against the accepted state.

type AcceptedStateReader

type AcceptedStateReader interface {
	AcceptedCodeAt(ctx context.Context, account common.Address) ([]byte, error)
	AcceptedNonceAt(ctx context.Context, account common.Address) (uint64, error)
}

An AcceptedStateReceiver provides access to the accepted state ie. the state of the most recently accepted block.

Jump to

Keyboard shortcuts

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