@ledgerhq/hw-app-eth
Version:
Ledger Hardware Wallet Ethereum Application API
10 lines (8 loc) • 366 B
text/typescript
import { createCustomErrorClass } from "@ledgerhq/errors";
export const EthAppPleaseEnableContractData = createCustomErrorClass(
"EthAppPleaseEnableContractData",
);
export const EthAppNftNotSupported = createCustomErrorClass("EthAppNftNotSupported");
export const CeloAppPleaseEnableContractData = createCustomErrorClass(
"CeloAppPleaseEnableContractData",
);