UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

9 lines (8 loc) 225 B
import { PaymasterAPI } from './PaymasterAPI'; export interface ClientConfig { entryPointAddress: string; registryAddress: string; bundlerUrl: string; walletAddres?: string; paymasterAPI?: PaymasterAPI; }