UNPKG

@biconomy/sdk

Version:

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

5 lines 205 B
import { getGasFeeValues } from "./getGasFeeValues.js"; export const bicoBundlerActions = () => (client) => ({ getGasFeeValues: async () => getGasFeeValues(client) }); //# sourceMappingURL=index.js.map