@ledgerhq/hw-app-eth
Version:
Ledger Hardware Wallet Ethereum Application API
25 lines • 992 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CeloAppPleaseEnableContractData = exports.EthAppNftNotSupported = exports.EthAppPleaseEnableContractData = void 0;
class EthAppPleaseEnableContractData extends Error {
name = "EthAppPleaseEnableContractData";
constructor(message) {
super(message || "EthAppPleaseEnableContractData");
}
}
exports.EthAppPleaseEnableContractData = EthAppPleaseEnableContractData;
class EthAppNftNotSupported extends Error {
name = "EthAppNftNotSupported";
constructor(message) {
super(message || "EthAppNftNotSupported");
}
}
exports.EthAppNftNotSupported = EthAppNftNotSupported;
class CeloAppPleaseEnableContractData extends Error {
name = "CeloAppPleaseEnableContractData";
constructor(message) {
super(message || "CeloAppPleaseEnableContractData");
}
}
exports.CeloAppPleaseEnableContractData = CeloAppPleaseEnableContractData;
//# sourceMappingURL=errors.js.map