Type alias CounterFactualAddressParam

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

Type declaration

  • Optional index?: number
  • Optional maxIndexForScan?: number

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

  • Optional scanForUpgradedAccountsFromV1?: boolean

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

  • Optional validationModule?: BaseValidationModule