@metaplex-foundation/umi-rpc-web3js
Version:
An RPC implementation relying on Solana's web3.js
13 lines (7 loc) • 308 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
var plugin = require('./plugin.cjs');
var createWeb3JsRpc = require('./createWeb3JsRpc.cjs');
exports.web3JsRpc = plugin.web3JsRpc;
exports.createWeb3JsRpc = createWeb3JsRpc.createWeb3JsRpc;
//# sourceMappingURL=index.cjs.map
;