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

cc.youchain.utils.TxHashVerifier Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package cc.youchain.utils;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy