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

com.peersafe.chainsql.util.Define Maven / Gradle / Ivy

The newest version!
package com.peersafe.chainsql.util;

public class Define {
    public static enum algType {
        unknown,
        gmalg,
        secp256k1,
        ed25519,
        hdGmAlg;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy