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

Struct testClaim

protocol/test_claim.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type testClaim struct {
9 c []smartpool.Share
10}
11
12func (c *testClaim) NumShares() *big.Int {
13 return big.NewInt(int64(len(c.c)))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected