# Functions
IterateDumps iterates over all contracts collected by the Creator model in the specified directory, and passes ID and Reader of each dump into f.
NewCreator returns Creator which dumps contracts into given directory.
# Structs
Creator dumps states of the Neo smart contracts.
ID is a unique identifier of the dump prepared according to the model described in the current package.
Reader reads contracts collected in the superior dump.
StorageWriter writes data into the superior contract's storage dump.