public interface BlockchainProcessor extends Observable<Block,BlockchainProcessor.Event>
Modifier and Type | Interface and Description |
---|---|
static class |
BlockchainProcessor.BlockNotAcceptedException |
static class |
BlockchainProcessor.BlockOutOfOrderException |
static class |
BlockchainProcessor.Event |
static class |
BlockchainProcessor.TransactionNotAcceptedException |
Modifier and Type | Method and Description |
---|---|
void |
fullReset() |
Peer |
getLastBlockchainFeeder() |
int |
getLastBlockchainFeederHeight() |
boolean |
isScanning() |
void |
processPeerBlock(org.json.simple.JSONObject request) |
addListener, removeListener
Peer getLastBlockchainFeeder()
int getLastBlockchainFeederHeight()
boolean isScanning()
void processPeerBlock(org.json.simple.JSONObject request) throws NxtException
NxtException
void fullReset()