@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
11 lines (8 loc) • 421 B
text/typescript
import { B as BaseAccountUserOperationStruct } from '../../ERC4337Utils-D4GRkIAr.mjs';
import 'viem';
import '../types/bignumber.mjs';
import '../types/common-types.mjs';
import 'node_modules/viem/_types/errors/utils';
declare function toJSON(op: Partial<BaseAccountUserOperationStruct>): Promise<any>;
declare function printOp(op: Partial<BaseAccountUserOperationStruct>): Promise<string>;
export { printOp, toJSON };