@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
8 lines (7 loc) • 738 B
TypeScript
export { BigNumber, BigNumberish, Hexable, _base16To36, _base36To16, isBigNumberish, throwFault, version } from './bignumber.js';
export { GetSessionKeyResponse, SessionKeyOnChainData } from './session-key-types.js';
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-DFwtlIAE.js';
export { ViemRpcRequestError } from './viem-rpc.js';
export { Bytes, BytesLike, TypedDataField } from './common-types.js';
import 'viem';
import 'node_modules/viem/_types/errors/utils';