SendUserOperationWithEOA

1type SendUserOperationWithEOA<TEntryPointVersion> =
2 | SendUserOperationResult<TEntryPointVersion>
3 | {
4 hash: Hex;
5 request?: never;
6 };

Defined in: account-kit/react/dist/types/hooks/useSendUserOperation.d.ts:7

Type Parameters

Type Parameter

TEntryPointVersion extends EntryPointVersion