@ledgerhq/hw-app-str
Version:
Ledger Hardware Wallet Stellar Application API
27 lines • 974 B
TypeScript
/**
* Error thrown when hash signing is not enabled on the device.
*/
export declare const StellarHashSigningNotEnabledError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
/**
* Error thrown when data parsing fails.
*
* For example, when parsing the transaction fails, this error is thrown.
*/
export declare const StellarDataParsingFailedError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
/**
* Error thrown when the user refuses the request on the device.
*/
export declare const StellarUserRefusedError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
/**
* Error thrown when the data is too large to be processed by the device.
*/
export declare const StellarDataTooLargeError: import("@ledgerhq/errors/lib/helpers").LedgerErrorConstructor<{
[key: string]: unknown;
}>;
//# sourceMappingURL=errors.d.ts.map