|
|
|
@ -3,6 +3,7 @@ package com.blockchain.server.btc.common.enums; |
|
|
|
|
public enum BtcEnums { |
|
|
|
|
ADDRESS_ERROR(7000, "请输入有效的地址", "Please enter a valid address.", "請輸入有效的地址"), |
|
|
|
|
AMOUNT_NULL(7001, "请输入数量", "Please input quantity.", "請輸入數量"), |
|
|
|
|
RESET_ERROR(7001, "查无初始额度设置,充值失败", "Check no initial limit Settings, recharge failed", "查無初始額度設置,充值失敗"), |
|
|
|
|
SENDTOADDRESS_ERROR(7002, "交易失败", "Transaction failure.", "交易失敗"), |
|
|
|
|
GET_NEW_ADDRESS_ERROR(7003, "生成地址失败", "Request success", "生成地址失敗"), |
|
|
|
|
LIST_UNSPENT_ERROR(7004, "获取UTXO失败", "Failed to get UTXO", "獲取UTXO失敗"), |
|
|
|
|