Interface ProofEntryIndex<T>

    • Method Detail

      • getIndexHash

        com.exonum.binding.common.hash.HashCode getIndexHash()
        Returns the index hash which represents the complete state of this entry. Any modifications to this entry affect the index hash.

        The entry index hash is computed as SHA-256 of the entry binary representation, or a hash of zeroes if the entry is not set.

        Specified by:
        getIndexHash in interface HashableIndex
        Throws:
        IllegalStateException - if the index is invalid