github.com/0chain/gosdk@v1.17.11/zcncore/ethwallet.go (about)

     1  //go:build !mobile
     2  // +build !mobile
     3  
     4  package zcncore
     5  
     6  import "github.com/ethereum/go-ethereum/ethclient"
     7  
     8  func GetEthClient() (*ethclient.Client, error) {
     9  	return getEthClient()
    10  }