Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthEvmRpc ¶
type EthEvmRpc interface { BlockNumber(ctx context.Context) (uint64, error) FilterLogs(ctx context.Context, query ethereum.FilterQuery) ([]types.Log, error) TransactionByHash(ctx context.Context, hash ethcommon.Hash) (*types.Transaction, bool, error) }
EthEvmRpc is the interface for the Ethereum RPC client.
Click to show internal directories.
Click to hide internal directories.