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

Struct Claim

protocol/claim.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type Claim struct {
19 shares Shares
20 shareIndex *big.Int
21 amt *mtree.AugTree
22 pamt *mtree.AugTree
23}
24
25func NewClaim() *Claim {
26 return &Claim{Shares{}, nil, nil, nil}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected