MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / ClientVersion

Method ClientVersion

ethereum/rpc_client.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10type RPCClient interface {
11 ClientVersion() (string, error)
12 GetWork() *Work
13 SubmitHashrate(hashrate hexutil.Uint64, id common.Hash) bool
14 SubmitWork(nonce types.BlockNonce, hash, mixDigest common.Hash) bool

Callers 5

RunFunction · 0.65
ConfigureMethod · 0.65
RequireClientUpdateMethod · 0.65
ClientVersionMethod · 0.65
ClientVersionMethod · 0.65

Implementers 1

GethRPCethereum/geth/rpc.go

Calls

no outgoing calls

Tested by

no test coverage detected