UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 293 B
import type { Params, Response } from '../params'; import type { MoneroKeyImageSync, MoneroKeyImageSyncResult } from './monero'; export declare function moneroKeyImageSync(params: Params<MoneroKeyImageSync>): Response<MoneroKeyImageSyncResult>; //# sourceMappingURL=moneroKeyImageSync.d.ts.map