UNPKG

446 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.EthAppNftNotSupported = exports.EthAppPleaseEnableContractData = void 0;
4const errors_1 = require("@ledgerhq/errors");
5exports.EthAppPleaseEnableContractData = (0, errors_1.createCustomErrorClass)("EthAppPleaseEnableContractData");
6exports.EthAppNftNotSupported = (0, errors_1.createCustomErrorClass)("EthAppNftNotSupported");
7//# sourceMappingURL=errors.js.map
\No newline at end of file