@ledgerhq/hw-app-eth
Version:
Ledger Hardware Wallet Ethereum Application API
7 lines • 446 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EthAppNftNotSupported = exports.EthAppPleaseEnableContractData = void 0;
const errors_1 = require("@ledgerhq/errors");
exports.EthAppPleaseEnableContractData = (0, errors_1.createCustomErrorClass)("EthAppPleaseEnableContractData");
exports.EthAppNftNotSupported = (0, errors_1.createCustomErrorClass)("EthAppNftNotSupported");
//# sourceMappingURL=errors.js.map
;