Alchemy Logo

UseSendCallsResult

type UseSendCallsResult<TEntryPointVersion> = object;

Defined in: account-kit/react/src/hooks/useSendCalls.ts:46

Type ParameterDefault type
TEntryPointVersion extends EntryPointVersionEntryPointVersion

| Property | Type | | :------------------------------------------- | :------------------------------------------------------------------------------------------------------- | ----------- | | error | Error | null | | isSendingCalls | boolean | | sendCalls | UseMutateFunction<MutationResult<TEntryPointVersion>, Error, MutationParams, unknown> | | sendCallsAsync | UseMutateAsyncFunction<MutationResult<TEntryPointVersion>, Error, MutationParams, unknown> | | sendCallsResult | MutationResult | undefined |

Was this page helpful?