# Functions
DefaultHandle returns the codec handler of choice (Msgpack).
New returns a new state using the given datastore.
NewBatching returns a new batching statate using the given datastore.
# Structs
BatchingState implements the IPFS Cluster "state" interface by wrapping a batching go-datastore.
State implements the IPFS Cluster "state" interface by wrapping a go-datastore and choosing how api.Pin objects are stored in it.