All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fisco.bcos.web3j.utils.TxHashVerifier Maven / Gradle / Ivy

package org.fisco.bcos.web3j.utils;

public class TxHashVerifier {
  public boolean verify(String hash1, String hash2) {
    return hash1.equals(hash2);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy