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

Struct Solution

ethereum/solution.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Solution struct {
9 Nonce types.BlockNonce
10 Hash common.Hash
11 MixDigest common.Hash
12}
13
14func (s *Solution) WorkID() string {
15 return s.Hash.Hex()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected