Documentation ¶
Index ¶
- type EthClient
- func (e *EthClient) BlockNumber(ctx context.Context) (uint64, error)
- func (e *EthClient) CallContract(ctx context.Context, call ethereum.CallMsg, block *big.Int) ([]byte, error)
- func (e *EthClient) Calls() []mock.Call
- func (e *EthClient) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error)
- func (e *EthClient) NetworkID(ctx context.Context) (*big.Int, error)
- func (e *EthClient) NonceAt(ctx context.Context, account common.Address, block *big.Int) (uint64, error)
- func (e *EthClient) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error)
- func (e *EthClient) SendTransaction(ctx context.Context, tx *types.Transaction) error
- func (e *EthClient) StorageAt(ctx context.Context, acc common.Address, key common.Hash, block *big.Int) ([]byte, error)
- func (e *EthClient) SuggestGasPrice(ctx context.Context) (*big.Int, error)
- func (e *EthClient) SuggestGasTipCap(ctx context.Context) (*big.Int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthClient ¶
func (*EthClient) BlockNumber ¶
func (*EthClient) CallContract ¶
func (*EthClient) FilterLogs ¶
func (*EthClient) PendingNonceAt ¶
func (*EthClient) SendTransaction ¶
func (*EthClient) SuggestGasPrice ¶
Click to show internal directories.
Click to hide internal directories.