public class Config extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static boolean |
bouncyInitiated
TODO, this is gross
|
static String |
DEFAULT_ALPHABET |
| 构造器和说明 |
|---|
Config() |
| 限定符和类型 | 方法和说明 |
|---|---|
static B58 |
getB58()
Get Base58.
|
static B58IdentiferCodecs |
getB58IdentiferCodecs()
getB58IdentiferCodecs
|
static double |
getFeeCushion()
GetFeeCushion
|
static void |
initBouncy() |
static boolean |
isNewKeyPair() |
static boolean |
isUseGM() |
static void |
setAlphabet(String alphabet)
Set alphabet.
|
static void |
setFeeCushion(double fee_cushion)
Set fee cushion.
|
static void |
setNewKeyPair(boolean newKeyPair_) |
static boolean |
setUseGM(boolean useGM,
boolean bNewKeyPair,
String pin) |
public static void setAlphabet(String alphabet)
alphabet - alphabet.public static B58IdentiferCodecs getB58IdentiferCodecs()
public static B58 getB58()
public static void initBouncy()
public static double getFeeCushion()
public static void setFeeCushion(double fee_cushion)
fee_cushion - fee cushion.public static boolean isUseGM()
public static boolean isNewKeyPair()
public static void setNewKeyPair(boolean newKeyPair_)
public static boolean setUseGM(boolean useGM,
boolean bNewKeyPair,
String pin)
Copyright © 2021. All rights reserved.