Beispiel #1
0
 /// <inheritdoc cref="IStore"/>
 public IImmutableDictionary <string, IValue> GetBlockStates(HashDigest <SHA256> blockHash)
 {
     return(_store.GetBlockStates(blockHash));
 }