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

Method RootHash

mtree/aug_mt.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (amt AugTree) RootHash() smartpool.SPHash {
115 return amt.Root().(AugData).Hash
116}
117
118func (amt AugTree) RootMin() *big.Int {
119 return amt.Root().(AugData).Min.(*big.Int)

Callers

nothing calls this directly

Calls 1

RootMethod · 0.80

Tested by

no test coverage detected