@ledgerhq/coin-multiversx
Version:
Ledger MultiversX Coin integration
16 lines • 786 B
TypeScript
export declare const MultiversXDecimalsLimitReached: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const MultiversXMinDelegatedAmountError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const MultiversXMinUndelegatedAmountError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const MultiversXDelegationBelowMinimumError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const NotEnoughEGLDForFees: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
//# sourceMappingURL=errors.d.ts.map