Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
func
(sp *SmartPool) GetVerificationIndex(claim smartpool.Claim) *big.Int {
113
return
sp.Contract.GetShareIndex(claim)
114
}
115
116
func
(sp *SmartPool) SealClaim() smartpool.Claim {
117
sp.counterMu.Lock()
Callers
1
Submit
Method · 0.95
Calls
1
GetShareIndex
Method · 0.65
Tested by
no test coverage detected