com.peersafe.chainsql.util.Define Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chainsql Show documentation
Show all versions of chainsql Show documentation
ChainSQL JAVA API is an api for chainsql server
The newest version!
package com.peersafe.chainsql.util;
public class Define {
public static enum algType {
unknown,
gmalg,
secp256k1,
ed25519,
hdGmAlg;
}
}