fn verify_consistent(&self, o: T) -> Result<bool, LedgerError>
impl VerifyHashConsistency<StateHash> for StateHash
[src]fn verify_consistent(&self, o: StateHash) -> Result<bool, LedgerError>
[src]impl<T: DataType> VerifyHashConsistency<T> for StateHash
[src]fn verify_consistent(&self, o: T) -> Result<bool, LedgerError>
[src]