Ejemplo n.º 1
0
 /// <inheritdoc cref="IStore"/>
 public HashDigest <SHA256>?IndexBlockHash(Guid chainId, long index)
 {
     return(_store.IndexBlockHash(chainId, index));
 }