Ejemplo n.º 1
0
 /// <inheritdoc cref="IStore"/>
 public long?GetBlockIndex(HashDigest <SHA256> blockHash)
 {
     return(_store.GetBlockIndex(blockHash));
 }