@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
17 lines (16 loc) • 754 B
text/typescript
export { EtherspotWalletAPI } from './EtherspotWalletAPI.mjs';
export { P as PaymasterAPI, V as VerifyingPaymasterAPI } from '../../PaymasterAPI-sOoROCL-.mjs';
export { ClientConfig } from './ClientConfig.mjs';
export { HttpRpcClient } from './HttpRpcClient.mjs';
export { DefaultGasOverheads, GasOverheads, calcPreVerificationGas } from './calcPreVerificationGas.mjs';
import 'viem';
import '../types/bignumber.mjs';
import '../types/common-types.mjs';
import './BaseAccountAPI.mjs';
import './TransactionDetailsForUserOp.mjs';
import '../../ERC4337Utils-D4GRkIAr.mjs';
import 'node_modules/viem/_types/errors/utils';
import '../interfaces.mjs';
import '../bundler/interface.mjs';
import '../dto/sign-message.dto.mjs';
import '../common/getGasFee.mjs';