@biconomy/sdk
Version:
SDK for Biconomy integration with support for account abstraction, smart accounts, ERC-4337.
9 lines • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bicoBundlerActions = void 0;
const getGasFeeValues_1 = require("./getGasFeeValues.js");
const bicoBundlerActions = () => (client) => ({
getGasFeeValues: async () => (0, getGasFeeValues_1.getGasFeeValues)(client)
});
exports.bicoBundlerActions = bicoBundlerActions;
//# sourceMappingURL=index.js.map