# 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.