UNPKG

@alchemy/aa-core

Version:

viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts

8 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noopMiddleware = void 0; const noopMiddleware = async (args) => { return args; }; exports.noopMiddleware = noopMiddleware; //# sourceMappingURL=noopMiddleware.js.map