BasSmartContractAccountProps: BiconomySmartAccountV2ConfigConstructorProps & {
    accountAddress?: Address;
    chain: Chain;
    entryPointAddress: Hex;
    factoryAddress: Hex;
    rpcClient: string;
}

Type declaration

  • OptionalaccountAddress?: Address

    accountAddress: The address of the account

  • chain: Chain

    chain: The chain from viem

  • entryPointAddress: Hex

    entryPointAddress: The address of the entry point

  • factoryAddress: Hex

    factoryAddress: The address of the factory

  • rpcClient: string

    rpcClient: The rpc url string