client: add package

pull/31070/head
Krisna Pranav 2 weeks ago
parent 021e709e29
commit 8ee73c749f
  1. 1
      ethclient/ethclient.go

@ -29,6 +29,7 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rpc"
"github.com/ethereum/go-ethereum/eth/tracers"
)
// Client defines typed wrappers for the Ethereum RPC API.

Loading…
Cancel
Save