SendUserOperationWithEOA

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

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

Type Parameters

Type Parameter

TEntryPointVersion extends EntryPointVersion