UNPKG

@etherspot/modular-sdk

Version:

Etherspot Modular SDK - build with ERC-7579 smart accounts modules

4 lines 313 B
import { BaseAccountUserOperationStruct } from '../types/user-operation-types.js'; export declare function toJSON(op: Partial<BaseAccountUserOperationStruct>): Promise<any>; export declare function printOp(op: Partial<BaseAccountUserOperationStruct>): Promise<string>; //# sourceMappingURL=OperationUtils.d.ts.map