package cy.agorise.graphenej; /** * Used to enumerate the possible hash algorithms used in HTLCs. * @see htlc.hpp */ public enum HtlcHashType { RIPEMD160, SHA1, SHA256 }