package
0.0.0-20200607220616-68d30bb3a5e1
Repository: https://github.com/daveappleton/ether_go.git
Documentation: pkg.go.dev
# Functions
This assumes that viper has been initialised in the main program NewEthIpc sets up the path to the Ethereum IPC file returns true is if exists, false otherwise usage: myIPC = new(ethIpc) if myIPC.New() != nil { ....