public interface Schema
| Modifier and Type | Method and Description |
|---|---|
List<com.exonum.binding.common.hash.HashCode> |
getStateHashes()
Returns the root hashes of Merkelized tables in this database schema, as of the current
state of the database.
|
List<com.exonum.binding.common.hash.HashCode> getStateHashes()
This list of root hashes represents the current service state. Lists of these hashes from each service are aggregated in a single blockchain state hash that reflects the state of all services in the blockchain.
Copyright © 2019 Exonum. All rights reserved.