UNPKG

@biconomy/abstractjs

Version:

SDK for Biconomy integration with support for account abstraction, smart accounts, ERC-4337.

10 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getInfo = void 0; const getInfo = async (client) => client.request({ path: "info", method: "GET" }); exports.getInfo = getInfo; exports.default = exports.getInfo; //# sourceMappingURL=getInfo.js.map