UNPKG

@bloom-trade/finance-connector

Version:

Is a package entended to be used with multiple web3 and web2 providers to interact with blockchains.

6 lines (5 loc) 211 B
import { Client, IConnector, ProviderCredentials } from '../@types'; declare class Connector implements IConnector { getClient(providerConnection: ProviderCredentials[]): Client; } export default Connector;