# Functions

DagConfigFromBytes deserializes a dag config from the given byte array b.
NewDagConfig initializes a new DagConfig from a given set of parameters.
NewDagConfigFromGenesis generates a new DagConfig from the given genesis.json file.
ReadDagConfigFromMemory reads a dag config with the given identifier from persistent memory.

# Variables

DagConfigRequest represents the global dag config request message byte value.
ErrCouldNotDeserializeConfig represents an invalidly serialized dag config--that of which cannot be correctly deserialized.

# Structs

DagConfig represents a DAG configuration.