# Functions
CreateDepotSnapshotFromData creates a new depot snapshot utilizing the provided snapshot data.
CreateDepotSnapshotFromDepot creates a new depot snapshot utilizing the provided source.
No description provided by the author
No description provided by the author
# Structs
DepotPart is a part of a store snapshot covering exactly one page of values.
DepotProof is the type of proof used by depot snapshots.
DepotSnapshot is the snapshot format used by all depot implementations.
# Interfaces
Depot is a mutable key/value store for values of variable length.
DepotSnapshotSource is the interface to be implemented by Depot implementations to provide snapshot data.