Exemplo n.º 1
0
 /**
  * @param Buffer $hash
  * @return BlockInterface
  */
 public function fetch(Buffer $hash)
 {
     return $this->db->fetchBlock($hash);
 }