UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

7 lines 427 B
import type { BlockchainLinkResponse } from '@trezor/blockchain-link'; import type { CommonParamsWithCoin, Response } from '../params'; export type BlockchainSubscribeFiatRates = CommonParamsWithCoin & { currency?: string; }; export declare function blockchainSubscribeFiatRates(params: BlockchainSubscribeFiatRates): Response<BlockchainLinkResponse<'subscribe'>>; //# sourceMappingURL=blockchainSubscribeFiatRates.d.ts.map