@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
5 lines • 416 B
TypeScript
import type { BundledParams, Params, Response } from '../params';
import type { CardanoGetPublicKey, CardanoPublicKey } from './cardano';
export declare function cardanoGetPublicKey(params: Params<CardanoGetPublicKey>): Response<CardanoPublicKey>;
export declare function cardanoGetPublicKey(params: BundledParams<CardanoGetPublicKey>): Response<CardanoPublicKey[]>;
//# sourceMappingURL=cardanoGetPublicKey.d.ts.map