Package com.h2tcoin.takamakachain.state
Class NotifyChain
- java.lang.Object
-
- com.h2tcoin.takamakachain.state.NotifyChain
-
public class NotifyChain extends Object
- Author:
- francesco.pasetto@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description NotifyChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
continueRebuilding()
com.h2tcoin.takamakachain.state.NotifyChain.NextBean
getNewNextCSBS(KeyWriterGlobalStatus kwgs)
void
initChain()
void
loadChain()
called for the node's "start" commandvoid
nextBlock()
void
startServerReciever()
-
-
-
Method Detail
-
initChain
public void initChain() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getNewNextCSBS
public com.h2tcoin.takamakachain.state.NotifyChain.NextBean getNewNextCSBS(KeyWriterGlobalStatus kwgs)
-
continueRebuilding
public void continueRebuilding()
-
startServerReciever
public void startServerReciever()
-
loadChain
public void loadChain()
called for the node's "start" command
-
nextBlock
public void nextBlock()
-
-