@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
8 lines (7 loc) • 743 B
text/typescript
export { BigNumber, BigNumberish, Hexable, _base16To36, _base36To16, isBigNumberish, throwFault, version } from './bignumber.mjs';
export { GetSessionKeyResponse, SessionKeyOnChainData } from './session-key-types.mjs';
export { A as AccountType, B as BaseAccountUserOperationStruct, E as ExtendedLocalAccount, F as FeeData, G as GetAccountReturnType, I as InitialModules, i as Module, M as ModuleType, j as ModuleTypeIds, P as PromiseOrValue, T as ToAccountErrorType, h as UserOperationStruct, m as moduleTypeIds } from '../../ERC4337Utils-D4GRkIAr.mjs';
export { ViemRpcRequestError } from './viem-rpc.mjs';
export { Bytes, BytesLike, TypedDataField } from './common-types.mjs';
import 'viem';
import 'node_modules/viem/_types/errors/utils';