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