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