UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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