コード例 #1
0
		/**
		 * 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 {
コード例 #2
0
ファイル: BlockChain.cs プロジェクト: knocte/BitcoinDotNet
 public bool Add(Block block)
 {
     throw new NotImplementedException();
 }