Type alias ImpersonatedSmartAccountConfig
ImpersonatedSmartAccountConfig: Omit<BiconomySmartAccountV2Config, "signer"> & { accountAddress: Hex; bundlerUrl: string; chainId: number; } Type declaration
accountAddress: Hex
bundlerUrl: string
chainId: number