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

Method SubmitHashrate

ethereum/network_client.go:23–25  ·  view source on GitHub ↗
(hashrate hexutil.Uint64, id common.Hash)

Source from the content-addressed store, hash-verified

21}
22
23func (nc *NetworkClient) SubmitHashrate(hashrate hexutil.Uint64, id common.Hash) bool {
24 return nc.rpc.SubmitHashrate(hashrate, id)
25}
26
27func (nc *NetworkClient) SubmitSolution(s smartpool.Solution) bool {
28 sol := s.(*Solution)

Callers

nothing calls this directly

Implementers 1

NetworkClientethereum/network_client.go

Calls 1

SubmitHashrateMethod · 0.65

Tested by

no test coverage detected