UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

10 lines 700 B
import { MessagesSchema as PROTO } from '@trezor/protobuf'; import { Static } from '@trezor/schema-utils'; import { Params, Response } from '../params'; export type UnlockPathParams = Static<typeof UnlockPathParams>; export declare const UnlockPathParams: import("@trezor/schema-utils").TObject<{ path: import("@trezor/schema-utils").TUnion<[import("@trezor/schema-utils").TString, import("@trezor/schema-utils").TArray<import("@trezor/schema-utils").TNumber>]>; mac: import("@trezor/schema-utils").TOptional<import("@trezor/schema-utils").TString>; }>; export declare function unlockPath(params: Params<UnlockPathParams>): Response<PROTO.UnlockPath>; //# sourceMappingURL=unlockPath.d.ts.map