package
0.0.0-20200412164013-30b2b69674b6
Repository: https://github.com/the729/go-libra.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Structs
Accumulator is a proof of a single element's existance in a Merkle tree accumulator.
AccumulatorRange is a proof that a consecutive list of elements exist in a Merkle tree accumulator.
LeafNode of a sparse Merkle tree.
SparseMerkle is a proof that an element exists in a sparse Merkle tree, or an element key does not exist in the tree.
# Type aliases
HashValue is equivalent to sha3libra.HashValue, which is []byte.