UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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