@owlprotocol/contracts-account-abstraction
Version:
ERC4337 Account Abstraction support for deploying relevant smart contracts and interacting with UserOps.
10 lines (9 loc) • 350 B
TypeScript
import { MethodCallValidator } from "@open-rpc/schema-utils-js";
import { OpenrpcDocument } from "@open-rpc/meta-schema";
/**
* Memoized function to get bundler open rpc schema and validator
*/
export declare function getBundlerOpenRpcSchema(): Promise<{
bundlerOpenRpcSchema: OpenrpcDocument;
bundlerRpcValidator: MethodCallValidator;
}>;