接口 AccountConstant


  • public interface AccountConstant
    • 字段详细资料

      • 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_DB_SECTION

        static final String CFG_DB_SECTION
        --------[storage configs] -------
        另请参阅:
        常量字段值
      • CFG_CHAIN_SECTION

        static final String CFG_CHAIN_SECTION
        --------[chain constant] -------
        另请参阅:
        常量字段值
      • MAIN_CHAIN_ID

        static final String MAIN_CHAIN_ID
        主链ID(卫星链ID)
        另请参阅:
        常量字段值
      • MAIN_ASSETS_ID

        static final String MAIN_ASSETS_ID
        主链资产ID(卫星链资产ID)
        另请参阅:
        常量字段值
      • ACCOUNT_LIST_CACHE

        static final String ACCOUNT_LIST_CACHE
        The name of accouts cache
        另请参阅:
        常量字段值
      • 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
        另请参阅:
        常量字段值
      • ACCOUNT_ROOT_PATH

        static final String ACCOUNT_ROOT_PATH
        account root path
        另请参阅:
        常量字段值
      • NORMAL_TX_LOCKED

        static final byte NORMAL_TX_LOCKED
        普通交易为非解锁交易:0,解锁金额交易(退出共识,退出委托):-1
        另请参阅:
        常量字段值
      • TX_REMARK_MAX_LEN

        static final int TX_REMARK_MAX_LEN
        交易相关
        另请参阅:
        常量字段值