接口 AccountConstant
-
public interface AccountConstant
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringACCOUNT_LIST_CACHEThe name of accouts cachestatic StringACCOUNT_ROOT_PATHaccount root pathstatic StringACCOUNTKEYSTORE_FILE_SUFFIX导出accountkeystore文件的后缀名 The suffix of the accountkeystore filestatic BigIntegerALIAS_FEE设置别名的费用(烧毁) The cost of setting an aliasstatic StringCFG_CHAIN_SECTION--------[chain constant] -------static StringCFG_DB_SECTION--------[storage configs] -------static StringCFG_SYSTEM_DEFAULT_ENCODING系统配置中编码设置的字段名 The field name of the code setting in the system configuration.static StringCFG_SYSTEM_LANGUAGE系统配置中语言设置的字段名 The field name of the language set in the system configuration.static StringCFG_SYSTEM_SECTION系统配置项section名称 The configuration item section name of the kernel module.static StringCFG_SYSTEM_TKEYSTORE_FOLDER系统配置中语言设置的字段名 The field name of the language set in the system configuration.static StringDB_DATA_PATHstatic byte[]DESTORY_PUBKEY设置别名销毁地址公钥static StringERROR_CODEERROR_CODEstatic StringEVENT_TOPIC_CREATE_ACCOUNT创建账户事件的主题 topic of account create eventsstatic StringEVENT_TOPIC_REMOVE_ACCOUNT移除账户事件的主题 topic of account remove eventsstatic StringEVENT_TOPIC_UPDATE_PASSWORD修改账户密码事件的主题 topic of update account password eventsstatic intINIT_CAPACITY_16Map初始值static intINIT_CAPACITY_2static intINIT_CAPACITY_4static intINIT_CAPACITY_8static StringKERNEL_MODULE_PORT内核模块地址端口 Kernel module address portstatic StringMAIN_ASSETS_ID主链资产ID(卫星链资产ID)static StringMAIN_CHAIN_ID主链ID(卫星链ID)static StringMODULE_DB_PATHstatic byteNORMAL_TX_LOCKED普通交易为非解锁交易:0,解锁金额交易(退出共识,退出委托):-1static StringOS_NAME操作系统名称static StringOS_WINDOWSWINDOWS系统static intPAGE_SIZEDEFAULT PAGE_SIZEstatic Comparator<String>PUBKEY_COMPARATORstatic StringRPC_PATHrpc file pathstatic doubleRPC_VERSIONRPC_VERSIONstatic StringSLASH路径斜杠static StringSUCCESS_CODESUCCESS_CODEstatic StringSUCCESS_MSGSUCCESS_MSGstatic intTX_REMARK_MAX_LEN交易相关
-
-
-
字段详细资料
-
MODULE_DB_PATH
static final String MODULE_DB_PATH
-
CFG_SYSTEM_SECTION
static final String CFG_SYSTEM_SECTION
系统配置项section名称 The configuration item section name of the kernel module.- 另请参阅:
- 常量字段值
-
CFG_SYSTEM_LANGUAGE
static final String CFG_SYSTEM_LANGUAGE
系统配置中语言设置的字段名 The field name of the language set in the system configuration.- 另请参阅:
- 常量字段值
-
CFG_SYSTEM_DEFAULT_ENCODING
static final String CFG_SYSTEM_DEFAULT_ENCODING
系统配置中编码设置的字段名 The field name of the code setting in the system configuration.- 另请参阅:
- 常量字段值
-
CFG_SYSTEM_TKEYSTORE_FOLDER
static final String CFG_SYSTEM_TKEYSTORE_FOLDER
系统配置中语言设置的字段名 The field name of the language set in the system configuration.- 另请参阅:
- 常量字段值
-
KERNEL_MODULE_PORT
static final String KERNEL_MODULE_PORT
内核模块地址端口 Kernel module address port- 另请参阅:
- 常量字段值
-
CFG_CHAIN_SECTION
static final String CFG_CHAIN_SECTION
--------[chain constant] -------- 另请参阅:
- 常量字段值
-
ALIAS_FEE
static final BigInteger ALIAS_FEE
设置别名的费用(烧毁) The cost of setting an alias
-
DESTORY_PUBKEY
static final byte[] DESTORY_PUBKEY
设置别名销毁地址公钥
-
ACCOUNTKEYSTORE_FILE_SUFFIX
static final String ACCOUNTKEYSTORE_FILE_SUFFIX
导出accountkeystore文件的后缀名 The suffix of the accountkeystore file- 另请参阅:
- 常量字段值
-
RPC_VERSION
static final double RPC_VERSION
RPC_VERSION- 另请参阅:
- 常量字段值
-
PAGE_SIZE
static final int PAGE_SIZE
DEFAULT PAGE_SIZE- 另请参阅:
- 常量字段值
-
EVENT_TOPIC_CREATE_ACCOUNT
static final String EVENT_TOPIC_CREATE_ACCOUNT
创建账户事件的主题 topic of account create events- 另请参阅:
- 常量字段值
-
EVENT_TOPIC_REMOVE_ACCOUNT
static final String EVENT_TOPIC_REMOVE_ACCOUNT
移除账户事件的主题 topic of account remove events- 另请参阅:
- 常量字段值
-
EVENT_TOPIC_UPDATE_PASSWORD
static final String EVENT_TOPIC_UPDATE_PASSWORD
修改账户密码事件的主题 topic of update account password events- 另请参阅:
- 常量字段值
-
INIT_CAPACITY_16
static final int INIT_CAPACITY_16
Map初始值- 另请参阅:
- 常量字段值
-
INIT_CAPACITY_8
static final int INIT_CAPACITY_8
- 另请参阅:
- 常量字段值
-
INIT_CAPACITY_4
static final int INIT_CAPACITY_4
- 另请参阅:
- 常量字段值
-
INIT_CAPACITY_2
static final int INIT_CAPACITY_2
- 另请参阅:
- 常量字段值
-
NORMAL_TX_LOCKED
static final byte NORMAL_TX_LOCKED
普通交易为非解锁交易:0,解锁金额交易(退出共识,退出委托):-1- 另请参阅:
- 常量字段值
-
PUBKEY_COMPARATOR
static final Comparator<String> PUBKEY_COMPARATOR
-
TX_REMARK_MAX_LEN
static final int TX_REMARK_MAX_LEN
交易相关- 另请参阅:
- 常量字段值
-
-