@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
1 lines • 675 B
Source Map (JSON)
{"version":3,"sources":["../../src/sdk/interfaces.ts"],"sourcesContent":["import { BundlerProviderLike } from './bundler';\n\nexport interface PaymasterApi {\n url: string;\n context?: any;\n}\n\nexport enum Factory {\n ETHERSPOT = 'etherspot',\n}\n\nexport interface SdkOptions {\n etherspotWalletAddress?: string;\n chainId: number;\n apiKey: string;\n sessionKey: string;\n rpcProviderUrl?: string;\n factoryWallet?: Factory;\n walletFactoryAddress?: string;\n entryPointAddress?: string;\n bundlerProvider?: BundlerProviderLike;\n index?: number;\n}\n"],"mappings":";AAOO,IAAK,UAAL,kBAAKA,aAAL;AACL,EAAAA,SAAA,eAAY;AADF,SAAAA;AAAA,GAAA;","names":["Factory"]}