public interface AccountConstant
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ACCOUNT_LIST_CACHE
The name of accouts cache
|
static String |
ACCOUNT_ROOT_PATH
account root path
|
static String |
ACCOUNTKEYSTORE_FILE_SUFFIX
导出accountkeystore文件的后缀名
The suffix of the accountkeystore file
|
static BigInteger |
ALIAS_FEE
设置别名的费用(烧毁)
The cost of setting an alias
|
static String |
CFG_CHAIN_SECTION
--------[chain constant] -------
|
static String |
CFG_DB_SECTION
--------[storage configs] -------
|
static String |
CFG_SYSTEM_DEFAULT_ENCODING
系统配置中编码设置的字段名
The field name of the code setting in the system configuration.
|
static String |
CFG_SYSTEM_LANGUAGE
系统配置中语言设置的字段名
The field name of the language set in the system configuration.
|
static String |
CFG_SYSTEM_SECTION
系统配置项section名称
The configuration item section name of the kernel module.
|
static String |
CFG_SYSTEM_TKEYSTORE_FOLDER
系统配置中语言设置的字段名
The field name of the language set in the system configuration.
|
static String |
DB_DATA_PATH |
static byte[] |
DESTORY_PUBKEY
设置别名销毁地址公钥
|
static String |
ERROR_CODE
ERROR_CODE
|
static String |
EVENT_TOPIC_CREATE_ACCOUNT
创建账户事件的主题
topic of account create events
|
static String |
EVENT_TOPIC_REMOVE_ACCOUNT
移除账户事件的主题
topic of account remove events
|
static String |
EVENT_TOPIC_UPDATE_PASSWORD
修改账户密码事件的主题
topic of update account password events
|
static int |
INIT_CAPACITY_16
Map初始值
|
static int |
INIT_CAPACITY_2 |
static int |
INIT_CAPACITY_4 |
static int |
INIT_CAPACITY_8 |
static String |
KERNEL_MODULE_PORT
内核模块地址端口
Kernel module address port
|
static String |
MAIN_ASSETS_ID
主链资产ID(卫星链资产ID)
|
static String |
MAIN_CHAIN_ID
主链ID(卫星链ID)
|
static String |
MODULE_DB_PATH |
static byte |
NORMAL_TX_LOCKED
普通交易为非解锁交易:0,解锁金额交易(退出共识,退出委托):-1
|
static String |
OS_NAME
操作系统名称
|
static String |
OS_WINDOWS
WINDOWS系统
|
static int |
PAGE_SIZE
DEFAULT PAGE_SIZE
|
static Comparator<String> |
PUBKEY_COMPARATOR |
static String |
RPC_PATH
rpc file path
|
static double |
RPC_VERSION
RPC_VERSION
|
static String |
SLASH
路径斜杠
|
static String |
SUCCESS_CODE
SUCCESS_CODE
|
static String |
SUCCESS_MSG
SUCCESS_MSG
|
static int |
TX_REMARK_MAX_LEN
交易相关
|
static final String MODULE_DB_PATH
static final String CFG_SYSTEM_SECTION
static final String CFG_SYSTEM_LANGUAGE
static final String CFG_SYSTEM_DEFAULT_ENCODING
static final String CFG_SYSTEM_TKEYSTORE_FOLDER
static final String KERNEL_MODULE_PORT
static final String CFG_CHAIN_SECTION
static final BigInteger ALIAS_FEE
static final byte[] DESTORY_PUBKEY
static final String ACCOUNTKEYSTORE_FILE_SUFFIX
static final double RPC_VERSION
static final int PAGE_SIZE
static final String EVENT_TOPIC_CREATE_ACCOUNT
static final String EVENT_TOPIC_REMOVE_ACCOUNT
static final String EVENT_TOPIC_UPDATE_PASSWORD
static final int INIT_CAPACITY_16
static final int INIT_CAPACITY_8
static final int INIT_CAPACITY_4
static final int INIT_CAPACITY_2
static final byte NORMAL_TX_LOCKED
static final Comparator<String> PUBKEY_COMPARATOR
static final int TX_REMARK_MAX_LEN
Copyright © 2021. All rights reserved.