UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 405 B
import type { BlockchainLinkParams, BlockchainLinkResponse } from '@trezor/blockchain-link'; import type { CommonParamsWithCoin, Response } from '../params'; export declare function blockchainGetCurrentFiatRates(params: CommonParamsWithCoin & BlockchainLinkParams<'getCurrentFiatRates'>): Response<BlockchainLinkResponse<'getCurrentFiatRates'>>; //# sourceMappingURL=blockchainGetCurrentFiatRates.d.ts.map