# Packages
Package evidences defines batchfossilizer evidence types.
# Functions
ConfigFromFlags builds the configuration from command-line flags.
New creates an instance of a batch Fossilizer by wrapping an existing fossilizer.
RegisterFlags registers the flags used by batch fossilizers.
# Constants
DefaultInterval is the default interval between batches.
DefaultMaxLeaves if the default maximum number of leaves of a Merkle tree.
DefaultMaxSimBatches is the default maximum number of simultaneous batches.
Description is the description set in the fossilizer's information.
Name is the name set in the fossilizer's information.
# Structs
Config contains configuration options for the fossilizer.
Fossilizer is the type that implements github.com/stratumn/go-core/fossilizer.Adapter.
Info is the info returned by GetInfo.
PendingProof is used to store an incomplete proof (waiting for the proof of the wrapped fossilizer).