@ledgerhq/coin-ton
Version:
21 lines • 862 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TonNotEnoughBalanceInParentAccount = exports.TonExcessFee = exports.TonMinimumRequired = exports.TonCommentInvalid = void 0;
const errors_1 = require("@ledgerhq/errors");
/*
* When the comment is invalid.
*/
exports.TonCommentInvalid = (0, errors_1.createCustomErrorClass)("TonCommentInvalid");
/*
* When the transaction is a jetton transfer.
*/
exports.TonMinimumRequired = (0, errors_1.createCustomErrorClass)("TonMinimumRequired");
/*
* When the transaction is a jetton transfer.
*/
exports.TonExcessFee = (0, errors_1.createCustomErrorClass)("TonExcessFee");
/*
* When the transaction is a jetton transfer.
*/
exports.TonNotEnoughBalanceInParentAccount = (0, errors_1.createCustomErrorClass)("TonNotEnoughBalanceInParentAccount");
//# sourceMappingURL=errors.js.map