UNPKG

@etherspot/remote-signer

Version:

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

17 lines (16 loc) 740 B
export { EtherspotWalletAPI } from './EtherspotWalletAPI.js'; export { P as PaymasterAPI, V as VerifyingPaymasterAPI } from '../../PaymasterAPI-kjTxpLRH.js'; export { ClientConfig } from './ClientConfig.js'; export { HttpRpcClient } from './HttpRpcClient.js'; export { DefaultGasOverheads, GasOverheads, calcPreVerificationGas } from './calcPreVerificationGas.js'; import 'viem'; import '../types/bignumber.js'; import '../types/common-types.js'; import './BaseAccountAPI.js'; import './TransactionDetailsForUserOp.js'; import '../../ERC4337Utils-DFwtlIAE.js'; import 'node_modules/viem/_types/errors/utils'; import '../interfaces.js'; import '../bundler/interface.js'; import '../dto/sign-message.dto.js'; import '../common/getGasFee.js';