Type alias SmartWalletConfig
SmartWalletConfig: { bundlerUrl?: string; chain: ChainOrRpcUrl; clientId?: string; entryPointAddress?: string; factoryAddress: string; gasless: boolean; paymasterAPI?: PaymasterAPI; paymasterUrl?: string; secretKey?: string; } & ContractInfoInput & WalletConnectReceiverConfig
Type declaration
-
Optional
bundlerUrl?: string
-
chain: ChainOrRpcUrl
-
Optional
clientId?: string
-
Optional
entryPointAddress?: string
-
factoryAddress: string
-
gasless: boolean
-
Optional
paymasterAPI?: PaymasterAPI
-
Optional
paymasterUrl?: string
-
Optional
secretKey?: string