UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

5 lines 233 B
import type { CommonParamsWithCoin, Response } from '../params'; export declare function blockchainDisconnect(params: CommonParamsWithCoin): Response<{ disconnected: boolean; }>; //# sourceMappingURL=blockchainDisconnect.d.ts.map