package
0.6.1
Repository: https://github.com/tron-us/go-unixfs.git
Documentation: pkg.go.dev

# Functions

Append appends the data in `db` to the balanced format dag.
No description provided by the author
BuildMetadataDag builds a DAG for the given db.TokenMetadata byte array and sets the root node to db.metaDagRoot.
BuildNewMetaDataDag builds a metadata DAG and sets up the MetaDagBuilderHelper's meta Dag root with the new DAG root.
Layout builds a balanced DAG layout.
VerifyBalancedDagStructure checks that the given dag matches exactly the balanced dag datastructure layout.

# Structs

VerifyParams is used by VerifyBalancedDagStructure.