UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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