@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
5 lines • 320 B
TypeScript
export declare const FW_HASH_SUPPORTED_VERSIONS: string[];
export declare const HASH_CHECK_MAX_ATTEMPTS = 3;
export declare const HASH_CHECK_RETRIABLE_ERRORS: "other-error"[];
export declare const REVISION_CHECK_RETRIABLE_ERRORS: ("cannot-perform-check-offline" | "other-error")[];
//# sourceMappingURL=firmware.d.ts.map