Alchemy Logo

ValidationDataParams

type ValidationDataParams =
  | {
      entityId?: never;
      validationModuleAddress: Address;
    }
  | {
      entityId: number;
      validationModuleAddress?: never;
    };

Defined in: account-kit/smart-contracts/dist/types/src/ma-v2/account/common/modularAccountV2Base.d.ts:22

Was this page helpful?