Skip to content
Alchemy Logo

SendUserOperationWithEOA

type SendUserOperationWithEOA<TEntryPointVersion> =
  | SendUserOperationResult<TEntryPointVersion>
  | {
      hash: Hex;
      request?: never;
    };

Defined in: account-kit/react/src/hooks/useSendUserOperation.ts:29

Type Parameter

TEntryPointVersion extends EntryPointVersion

Was this page helpful?