Uses of Class
com.h2tcoin.takamakachain.state.StatePointerBean
-
Packages that use StatePointerBean Package Description com.h2tcoin.takamakachain.state com.h2tcoin.takamakachain.utils -
-
Uses of StatePointerBean in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state that return StatePointerBean Modifier and Type Method Description static StatePointerBean
StatePointerHelper. initStatePointer(int epoch, int slot, String blockHash)
build a pointer using epoch, slot and block hashMethods in com.h2tcoin.takamakachain.state with parameters of type StatePointerBean Modifier and Type Method Description static Path
StatePointerHelper. getStatePath(StatePointerBean spb)
static String
StatePointerHelper. prettyPrint(StatePointerBean spb)
-
Uses of StatePointerBean in com.h2tcoin.takamakachain.utils
Methods in com.h2tcoin.takamakachain.utils with parameters of type StatePointerBean Modifier and Type Method Description static boolean
FileHelper. blockExists(StatePointerBean spb)
static Path
FileHelper. getStatePath(StatePointerBean spb)
return the state path pointed by spb
-