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 StatePointerBeanStatePointerHelper. 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 PathStatePointerHelper. getStatePath(StatePointerBean spb)static StringStatePointerHelper. 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 booleanFileHelper. blockExists(StatePointerBean spb)static PathFileHelper. getStatePath(StatePointerBean spb)return the state path pointed by spb 
 -