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

Method Min

protocol/claim.go:54–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (c *Claim) Min() *big.Int {
55 if c.amt == nil {
56 c.buildAugTree()
57 }
58 return c.amt.RootMin()
59}
60
61func (c *Claim) Max() *big.Int {
62 if c.amt == nil {

Implementers 2

Claimprotocol/claim.go
testClaimprotocol/test_claim.go

Calls 2

buildAugTreeMethod · 0.95
RootMinMethod · 0.80

Tested by 1