UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 335 B
import type { BundledParams, GetPublicKey, Params, PublicKey, Response } from '../params'; export declare function tezosGetPublicKey(params: Params<GetPublicKey>): Response<PublicKey>; export declare function tezosGetPublicKey(params: BundledParams<GetPublicKey>): Response<PublicKey[]>; //# sourceMappingURL=tezosGetPublicKey.d.ts.map