Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
func
(amt AugTree) RootHash() smartpool.SPHash {
115
return
amt.Root().(AugData).Hash
116
}
117
118
func
(amt AugTree) RootMin() *big.Int {
119
return
amt.Root().(AugData).Min.(*big.Int)
Callers
nothing calls this directly
Calls
1
Root
Method · 0.80
Tested by
no test coverage detected