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

Method GetVerificationIndex

protocol/smartpool.go:112–114  ·  view source on GitHub ↗
(claim smartpool.Claim)

Source from the content-addressed store, hash-verified

110}
111
112func (sp *SmartPool) GetVerificationIndex(claim smartpool.Claim) *big.Int {
113 return sp.Contract.GetShareIndex(claim)
114}
115
116func (sp *SmartPool) SealClaim() smartpool.Claim {
117 sp.counterMu.Lock()

Callers 1

SubmitMethod · 0.95

Calls 1

GetShareIndexMethod · 0.65

Tested by

no test coverage detected