@ledgerhq/coin-elrond
Version:
Ledger MultiversX Coin integration
16 lines • 770 B
TypeScript
export declare const ElrondDecimalsLimitReached: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const ElrondMinDelegatedAmountError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const ElrondMinUndelegatedAmountError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const ElrondDelegationBelowMinimumError: 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