@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
17 lines (14 loc) • 442 B
TypeScript
import { P as PaymasterAPI } from '../../PaymasterAPI-kjTxpLRH.js';
import '../../ERC4337Utils-DFwtlIAE.js';
import 'viem';
import '../types/bignumber.js';
import '../types/common-types.js';
import 'node_modules/viem/_types/errors/utils';
interface ClientConfig {
entryPointAddress: string;
registryAddress: string;
bundlerUrl: string;
walletAddres?: string;
paymasterAPI?: PaymasterAPI;
}
export type { ClientConfig };