useDropAndReplaceUserOperation
Custom hook that handles the drop and replace user operation for a given client and mutation arguments.
Import
Usage
Parameters
config
UseDropAndReplaceUserOperationArgs<TEntryPointVersion, TAccount>
The configuration parameters including the client and other mutation arguments. ref
Returns
UseDropAndReplaceUserOperationResult<TEntryPointVersion, TAccount>
The result containing the mutation function, result data, loading state, and any error. ref