Versions in this module Expand all Collapse all v0 v0.0.5 Feb 29, 2024 v0.0.4 Feb 28, 2024 Changes in this version + type Client struct + Http http.Client + func NewEtherscanService(apikey string) *Client + func (e *Client) SuggestGasPrice(ctx context.Context) (*big.Int, error) + type Config struct + ApiKey string + Url string