Package org.starcoin.constant
Class Constant
- java.lang.Object
-
- org.starcoin.constant.Constant
-
public class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteSCHEME_ID_ED25519static byteSCHEME_ID_MULTI_ED25519static StringSTARCOIN_HASH_PREFIX
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
SCHEME_ID_ED25519
public static final byte SCHEME_ID_ED25519
- See Also:
- Constant Field Values
-
SCHEME_ID_MULTI_ED25519
public static final byte SCHEME_ID_MULTI_ED25519
- See Also:
- Constant Field Values
-
STARCOIN_HASH_PREFIX
public static final String STARCOIN_HASH_PREFIX
- See Also:
- Constant Field Values
-
-