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

Method RootMin

mtree/aug_mt.go:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func (amt AugTree) RootMin() *big.Int {
119 return amt.Root().(AugData).Min.(*big.Int)
120}
121
122func (amt AugTree) RootMax() *big.Int {
123 return amt.Root().(AugData).Max.(*big.Int)

Callers 1

MinMethod · 0.80

Calls 1

RootMethod · 0.80

Tested by

no test coverage detected