@metamask/eth-ledger-bridge-keyring
Version:
A MetaMask compatible keyring, for ledger hardware wallets
20 lines • 695 B
text/typescript
export type LedgerMobileBridgeOptions = Record<string, never>;
/**
* @deprecated Use `HardwareWalletError` from `@metamask/hw-wallet-sdk` instead.
* This class is kept for backwards compatibility only.
*/
export declare class LedgerStatusError extends Error {
/**
* The status code of the error.
*/
readonly statusCode: number;
/**
* Creates a new LedgerStatusError.
*
* @param statusCode - The status code of the error.
* @param message - The message of the error.
* @deprecated Use `HardwareWalletError` from `@metamask/hw-wallet-sdk` instead.
*/
constructor(statusCode: number, message: string);
}
//# sourceMappingURL=type.d.mts.map