Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmartPool/smartpool-client
/ testShare
Struct
testShare
protocol/test_share.go:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
testShare
struct
{
9
c *big.Int
10
d *big.Int
11
h byte
12
}
13
14
func
(s *testShare) Counter() *big.Int {
15
return
s.c
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected