/** * Called by the wallet when the tx appears on the best chain and a new block is added to the top. * Updates the internal counter that tracks how deeply buried the block is. * Work is the value of block.getWork(). */ public synchronized void notifyWorkDone(Block block) throws VerificationException {
public bool Add(Block block) { throw new NotImplementedException(); }