client: add package

This commit is contained in:
Krisna Pranav 2025-01-23 22:36:07 +05:30
parent 021e709e29
commit 8ee73c749f

View file

@ -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.