UNPKG

@etherspot/remote-signer

Version:

Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler

10 lines (9 loc) 390 B
export { getSessionKey } from './get-session-key.js'; export { signUserOpWithSessionKey } from './sign-userop.js'; export { isAValidSessionKey } from './validate-session-key.js'; import '../types/session-key-types.js'; import '../../ERC4337Utils-DFwtlIAE.js'; import 'viem'; import '../types/bignumber.js'; import '../types/common-types.js'; import 'node_modules/viem/_types/errors/utils';