@ledgerhq/coin-filecoin
Version:
Ledger Filecoin Coin integration
13 lines • 599 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.FilecoinFeeEstimationFailed = exports.InvalidRecipientForTokenTransfer = void 0;
const errors_1 = require("@ledgerhq/errors");
/*
* When the recipient is non f0, f4 or eth address during token transfer
*/
exports.InvalidRecipientForTokenTransfer = (0, errors_1.createCustomErrorClass)("InvalidRecipientForTokenTransfer");
/*
* When the fee estimation endpoint fails
*/
exports.FilecoinFeeEstimationFailed = (0, errors_1.createCustomErrorClass)("FilecoinFeeEstimationFailed");
//# sourceMappingURL=errors.js.map
;