コード例 #1
0
ファイル: ChainState.php プロジェクト: sbwdlihao/node-php
 /**
  * @return ChainCache
  */
 public function bestBlocksCache()
 {
     return $this->chain->getChainCache()->subset($this->lastBlock->getHeight());
 }