UNPKG

@metamask/eth-ledger-bridge-keyring

Version:

A MetaMask compatible keyring, for ledger hardware wallets

17 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LedgerStatusError = void 0; class LedgerStatusError extends Error { /** * Creates a new LedgerStatusError. * * @param statusCode - The status code of the error. * @param message - The message of the error. */ constructor(statusCode, message) { super(message); this.statusCode = statusCode; } } exports.LedgerStatusError = LedgerStatusError; //# sourceMappingURL=type.cjs.map