UNPKG

fsl-js-sdk

Version:
5 lines (4 loc) 318 B
import { Connection, Commitment, ConnectionConfig } from '@solana/web3.js'; import { ethers } from 'ethers'; export declare function getEvmProvider(rpc: string): ethers.providers.JsonRpcProvider; export declare function getSolanaConnection(rpc: string, commitmentOrConfig?: Commitment | ConnectionConfig): Connection;