@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
37 lines • 1.77 kB
TypeScript
export declare const StellarBurnAddressError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarAssetRequired: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarMuxedAccountNotExist: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarMemoRecommended: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarWrongMemoFormat: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarAssetNotAccepted: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarAssetNotFound: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarNotEnoughNativeBalance: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarFeeSmallerThanRecommended: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarFeeSmallerThanBase: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarNotEnoughNativeBalanceToAddTrustline: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
export declare const StellarSourceHasMultiSign: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
//# sourceMappingURL=errors.d.ts.map