UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

5 lines 401 B
import type { BlockchainLinkResponse } from '@trezor/blockchain-link'; import type { Response } from '../params'; import type { BlockchainSubscribeFiatRates } from './blockchainSubscribeFiatRates'; export declare function blockchainUnsubscribeFiatRates(params: BlockchainSubscribeFiatRates): Response<BlockchainLinkResponse<'unsubscribe'>>; //# sourceMappingURL=blockchainUnsubscribeFiatRates.d.ts.map