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

Method Hash

types.go:133–133  ·  view source on GitHub ↗

Hash return the hash of the share to be used as leaf hash of the augmented merkle tree.

()

Source from the content-addressed store, hash-verified

131 // Hash return the hash of the share to be used as leaf hash of the augmented
132 // merkle tree.
133 Hash() SPHash
134 // FullSolution returns true if the share is solution for its full block pow
135 // hash. It returns false otherwise.
136 FullSolution() bool

Callers 7

_augElementHashFunction · 0.65
RegisterMethod · 0.65
SubmitClaimMethod · 0.65
VerifyClaimMethod · 0.65
SetEpochDataMethod · 0.65
isVerifiedMethod · 0.65
WaitAndRetryMethod · 0.65

Implementers 2

testShareprotocol/test_share.go
Shareethereum/share.go

Calls

no outgoing calls

Tested by

no test coverage detected