UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 269 B
import type { Params, Response } from '../params'; import type { MoneroGetWatchKey, MoneroWatchKey } from './monero'; export declare function moneroGetWatchKey(params: Params<MoneroGetWatchKey>): Response<MoneroWatchKey>; //# sourceMappingURL=moneroGetWatchKey.d.ts.map