Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EthClient ¶
type EthClient interface {
Client() *ethRpc.Client
NonceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (uint64, error)
CodeAt(ctx context.Context, account common.Address, blockNumber *big.Int) ([]byte, error)
TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
}
Subset of ethereum/go-ethereum.Client https://pkg.go.dev/github.com/ethereum/go-ethereum/ethclient
Click to show internal directories.
Click to hide internal directories.