-
- All Superinterfaces:
AutoCloseable,Store
public interface CheckableStore extends Store
A store that can be checked out, that is, its view of the world can be moved back in time. Different moments of the store are identifies by hashes, that can be checked out when needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckout(byte[] hash)Resets the store to the view of the world expressed by the given hash.-
Methods inherited from interface java.lang.AutoCloseable
close
-
Methods inherited from interface io.hotmoka.local.Store
getError, getHistory, getHistoryUncommitted, getManifest, getManifestUncommitted, getNow, getRequest, getResponse, getResponseUncommitted, push, push, replace
-
-