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.
Click to show internal directories.
Click to hide internal directories.