@ecp.eth/sdk / comments/react / UseDeleteCommentWithSigOptions
Type Alias: UseDeleteCommentWithSigOptions
type UseDeleteCommentWithSigOptions = Omit<UseMutationOptions<{
txHash: Hex;
}, Error, UseDeleteCommentWithSigParams>, "mutationFn">;
Defined in: packages/sdk/src/comments/react/comment.ts:232