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