UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

5 lines 397 B
import type { BundledParams, GetPublicKey, Params, Response } from '../params'; import type { HDNodeResponse } from './getPublicKey'; export declare function ethereumGetPublicKey(params: Params<GetPublicKey>): Response<HDNodeResponse>; export declare function ethereumGetPublicKey(params: BundledParams<GetPublicKey>): Response<HDNodeResponse[]>; //# sourceMappingURL=ethereumGetPublicKey.d.ts.map