@ledgerhq/coin-elrond
Version:
Ledger MultiversX Coin integration
7 lines • 591 B
JavaScript
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