UNPKG

@nervosnetwork/ckb-sdk-utils

Version:

Utils module of @nervosnetwork/ckb-sdk-core

16 lines 624 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReconciliationException = void 0; const tslib_1 = require("tslib"); const ErrorCode_js_1 = (0, tslib_1.__importDefault)(require("./ErrorCode.js")); class ReconciliationException extends Error { constructor() { super(`Fail to reconcile transaction, try to increase extra count or check the transaction`); this.code = ErrorCode_js_1.default.ReconciliationFailed; } } exports.ReconciliationException = ReconciliationException; exports.default = { ReconciliationException, }; //# sourceMappingURL=transaction.js.map