UNPKG

@ledgerhq/hw-app-eth

Version:
7 lines (5 loc) 255 B
import { createCustomErrorClass } from "@ledgerhq/errors"; export const EthAppPleaseEnableContractData = createCustomErrorClass( "EthAppPleaseEnableContractData", ); export const EthAppNftNotSupported = createCustomErrorClass("EthAppNftNotSupported");