CounterFactualAddressParam: {
    index?: number;
    maxIndexForScan?: number;
    scanForUpgradedAccountsFromV1?: boolean;
    validationModule?: BaseValidationModule;
}

Type declaration

  • Optionalindex?: number
  • OptionalmaxIndexForScan?: number

    the index of SA the EOA have generated and till which indexes the upgraded SA should scan

  • OptionalscanForUpgradedAccountsFromV1?: boolean

    scanForUpgradedAccountsFromV1: set to true if you you want the userwho was using biconomy SA v1 to upgrade to biconomy SA v2

  • OptionalvalidationModule?: BaseValidationModule