MerkleRoot
Overview
The Root
methods now return the MerkleRoot
type that is an alias for the []byte
type and works in its place. However it has the Sum
method, that extracts the sum from MerkleRoot
generated by the SMST, and panics otherwise.
What's Changed
Full Changelog: v0.8.2...v0.9.0