UNPKG

@bloom-trade/finance-connector

Version:

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

10 lines (9 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); class Connector { getClient(providerConnection) { return (0, utils_1.setClient)(providerConnection); } } exports.default = Connector;