UNPKG

@ledgerhq/coin-elrond

Version:
7 lines 591 B
import { createCustomErrorClass } from "@ledgerhq/errors"; export const ElrondDecimalsLimitReached = createCustomErrorClass("ElrondDecimalsLimitReached"); export const ElrondMinDelegatedAmountError = createCustomErrorClass("ElrondMinDelegatedAmountError"); export const ElrondMinUndelegatedAmountError = createCustomErrorClass("ElrondMinUndelegatedAmountError"); export const ElrondDelegationBelowMinimumError = createCustomErrorClass("ElrondDelegationBelowMinimumError"); export const NotEnoughEGLDForFees = createCustomErrorClass("NotEnoughEGLDForFees"); //# sourceMappingURL=errors.js.map